public class ItemRest extends DSpaceObjectRest
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY |
static String |
NAME |
idAUTHORIZATION, CONFIGURATION, CORE, DISCOVER, EPERSON, INTEGRATION, ROOT, SUBMISSION, WORKFLOW| Constructor and Description |
|---|
ItemRest() |
| Modifier and Type | Method and Description |
|---|---|
List<BitstreamRest> |
getBitstreams() |
String |
getCategory() |
boolean |
getDiscoverable() |
boolean |
getInArchive() |
Date |
getLastModified() |
CollectionRest |
getOwningCollection() |
List<RelationshipRest> |
getRelationships() |
CollectionRest |
getTemplateItemOf() |
String |
getType() |
boolean |
getWithdrawn() |
void |
setBitstreams(List<BitstreamRest> bitstreams) |
void |
setDiscoverable(boolean discoverable) |
void |
setInArchive(boolean inArchive) |
void |
setLastModified(Date lastModified) |
void |
setOwningCollection(CollectionRest owningCollection) |
void |
setRelationships(List<RelationshipRest> relationships) |
void |
setTemplateItemOf(CollectionRest templateItemOf) |
void |
setWithdrawn(boolean withdrawn) |
getController, getHandle, getId, getMetadata, getName, getUuid, setHandle, setMetadata, setName, setUuidgetErrors, setErrors, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypePluralpublic static final String NAME
public static final String CATEGORY
public String getCategory()
public String getType()
public boolean getInArchive()
public void setInArchive(boolean inArchive)
public boolean getDiscoverable()
public void setDiscoverable(boolean discoverable)
public boolean getWithdrawn()
public void setWithdrawn(boolean withdrawn)
public Date getLastModified()
public void setLastModified(Date lastModified)
public CollectionRest getOwningCollection()
public void setOwningCollection(CollectionRest owningCollection)
public CollectionRest getTemplateItemOf()
public void setTemplateItemOf(CollectionRest templateItemOf)
@LinkRest(linkClass=BitstreamRest.class) public List<BitstreamRest> getBitstreams()
public void setBitstreams(List<BitstreamRest> bitstreams)
@LinkRest(linkClass=RelationshipRest.class) public List<RelationshipRest> getRelationships()
public void setRelationships(List<RelationshipRest> relationships)
Copyright © 2019 DuraSpace. All rights reserved.