Uses of Class
org.dspace.rest.common.Collection
-
Packages that use Collection Package Description org.dspace.rest org.dspace.rest.common -
-
Uses of Collection in org.dspace.rest
Methods in org.dspace.rest that return Collection Modifier and Type Method Description CollectionCommunitiesResource. addCommunityCollection(String communityId, Collection collection, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Create collection in community.CollectionCollectionsResource. findCollectionByName(String name, javax.ws.rs.core.HttpHeaders headers)Search for first collection with passed name.CollectionCollectionsResource. getCollection(String collectionId, String expand, Integer limit, Integer offset, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Return instance of collection with passed id.Collection[]CollectionsResource. getCollections(String expand, Integer limit, Integer offset, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Return array of all collections in DSpace.Collection[]CommunitiesResource. getCommunityCollections(String communityId, String expand, Integer limit, Integer offset, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Return all collections of community.Methods in org.dspace.rest with parameters of type Collection Modifier and Type Method Description CollectionCommunitiesResource. addCommunityCollection(String communityId, Collection collection, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Create collection in community.javax.ws.rs.core.ResponseCollectionsResource. updateCollection(String collectionId, Collection collection, String user_ip, String user_agent, String xforwardedfor, javax.ws.rs.core.HttpHeaders headers, javax.servlet.http.HttpServletRequest request)Update collection. -
Uses of Collection in org.dspace.rest.common
Methods in org.dspace.rest.common that return Collection Modifier and Type Method Description CollectionItem. getParentCollection()Methods in org.dspace.rest.common that return types with arguments of type Collection Modifier and Type Method Description List<Collection>Community. getCollections()List<Collection>Item. getParentCollectionList()Methods in org.dspace.rest.common with parameters of type Collection Modifier and Type Method Description voidItem. setParentCollection(Collection parentCollection)Method parameters in org.dspace.rest.common with type arguments of type Collection Modifier and Type Method Description voidCommunity. setCollections(List<Collection> collections)voidItem. setParentCollectionList(List<Collection> parentCollectionList)
-