| Package | Description |
|---|---|
| org.dspace.rest | |
| org.dspace.rest.common |
| Modifier and Type | Method and Description |
|---|---|
Collection |
CollectionsResource.getCollection(Integer collection_id,
String expand,
Integer limit,
Integer offset,
String user_ip,
String user_agent,
String xforwarderfor,
javax.ws.rs.core.HttpHeaders headers,
javax.servlet.http.HttpServletRequest request) |
Collection[] |
CollectionsResource.list(String expand,
Integer limit,
Integer offset) |
| 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 © 2013 DuraSpace. All Rights Reserved.