Uses of Class
org.dspace.rest.common.DSpaceObject
-
Packages that use DSpaceObject Package Description org.dspace.rest org.dspace.rest.common -
-
Uses of DSpaceObject in org.dspace.rest
Methods in org.dspace.rest that return DSpaceObject Modifier and Type Method Description DSpaceObjectHandleResource. getObject(String prefix, String suffix, String expand, javax.ws.rs.core.HttpHeaders headers) -
Uses of DSpaceObject in org.dspace.rest.common
Subclasses of DSpaceObject in org.dspace.rest.common Modifier and Type Class Description classBitstreamCreated with IntelliJ IDEA.classCollectionCreated with IntelliJ IDEA.classCommunityCreated with IntelliJ IDEA.classFilteredCollectionRetrieve items within a collection that match a specific set of Item Filters of interestclassItemCreated with IntelliJ IDEA.Methods in org.dspace.rest.common that return DSpaceObject Modifier and Type Method Description DSpaceObjectBitstream. getParentObject()Methods in org.dspace.rest.common with parameters of type DSpaceObject Modifier and Type Method Description voidBitstream. setParentObject(DSpaceObject parentObject)
-