| Package | Description |
|---|---|
| org.dspace.rest | |
| org.dspace.rest.common |
| Modifier and Type | Method and Description |
|---|---|
Collection |
CommunitiesResource.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.
|
Collection |
CollectionsResource.findCollectionByName(String name,
javax.ws.rs.core.HttpHeaders headers)
Search for first collection with passed name.
|
Collection |
CollectionsResource.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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
CommunitiesResource.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.Response |
CollectionsResource.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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
Item.getParentCollection() |
| Modifier and Type | Method and Description |
|---|---|
List<Collection> |
Community.getCollections() |
List<Collection> |
Item.getParentCollectionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setParentCollection(Collection parentCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
Community.setCollections(List<Collection> collections) |
void |
Item.setParentCollectionList(List<Collection> parentCollectionList) |
Copyright © 2019 DuraSpace. All rights reserved.