| Package | Description |
|---|---|
| org.dspace.rest | |
| org.dspace.rest.common |
| Modifier and Type | Method and Description |
|---|---|
Community |
CommunitiesResource.addCommunityCommunity(String communityId,
Community community,
String user_ip,
String user_agent,
String xforwardedfor,
javax.ws.rs.core.HttpHeaders headers,
javax.servlet.http.HttpServletRequest request)
Create subcommunity in community.
|
Community |
CommunitiesResource.createCommunity(Community community,
String user_ip,
String user_agent,
String xforwardedfor,
javax.ws.rs.core.HttpHeaders headers,
javax.servlet.http.HttpServletRequest request)
Create community at top level.
|
Community[] |
CommunitiesResource.getCommunities(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 communities in DSpace.
|
Community |
CommunitiesResource.getCommunity(String communityId,
String expand,
String user_ip,
String user_agent,
String xforwardedfor,
javax.ws.rs.core.HttpHeaders headers,
javax.servlet.http.HttpServletRequest request)
Returns community with basic properties.
|
Community[] |
CommunitiesResource.getCommunityCommunities(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 subcommunities of community.
|
Community[] |
CommunitiesResource.getTopCommunities(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 top communities in DSpace.
|
| Modifier and Type | Method and Description |
|---|---|
Community |
CommunitiesResource.addCommunityCommunity(String communityId,
Community community,
String user_ip,
String user_agent,
String xforwardedfor,
javax.ws.rs.core.HttpHeaders headers,
javax.servlet.http.HttpServletRequest request)
Create subcommunity in community.
|
Community |
CommunitiesResource.createCommunity(Community community,
String user_ip,
String user_agent,
String xforwardedfor,
javax.ws.rs.core.HttpHeaders headers,
javax.servlet.http.HttpServletRequest request)
Create community at top level.
|
javax.ws.rs.core.Response |
CommunitiesResource.updateCommunity(String communityId,
Community community,
String user_ip,
String user_agent,
String xforwardedfor,
javax.ws.rs.core.HttpHeaders headers,
javax.servlet.http.HttpServletRequest request)
Update community.
|
| Modifier and Type | Method and Description |
|---|---|
Community |
Community.getParentCommunity() |
Community |
Collection.getParentCommunity() |
Community |
FilteredCollection.getParentCommunity() |
Community |
FilteredCollection.getTopCommunity() |
| Modifier and Type | Method and Description |
|---|---|
List<Community> |
Collection.getParentCommunityList() |
List<Community> |
FilteredCollection.getParentCommunityList() |
List<Community> |
Item.getParentCommunityList() |
List<Community> |
Community.getSubcommunities() |
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.addParentCommunityList(Community parentCommunity) |
void |
Community.setParentCommunity(Community parentCommunity) |
void |
Collection.setParentCommunity(Community parentCommunity) |
void |
FilteredCollection.setParentCommunity(Community parentCommunity) |
void |
FilteredCollection.setTopCommunity(Community topCommunity) |
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.setParentCommunityList(List<Community> parentCommunityList) |
void |
FilteredCollection.setParentCommunityList(List<Community> parentCommunityList) |
void |
Item.setParentCommunityList(List<Community> parentCommunityList) |
void |
Community.setSubcommunities(List<Community> subcommunities) |
Copyright © 2016 DuraSpace. All rights reserved.