Uses of Class
org.dspace.rest.common.Community
-
Packages that use Community Package Description org.dspace.rest org.dspace.rest.common -
-
Uses of Community in org.dspace.rest
Methods in org.dspace.rest that return Community Modifier and Type Method Description CommunityCommunitiesResource. 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.CommunityCommunitiesResource. 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.CommunityCommunitiesResource. 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.Methods in org.dspace.rest with parameters of type Community Modifier and Type Method Description CommunityCommunitiesResource. 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.CommunityCommunitiesResource. 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.ResponseCommunitiesResource. 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. -
Uses of Community in org.dspace.rest.common
Methods in org.dspace.rest.common that return Community Modifier and Type Method Description CommunityCollection. getParentCommunity()CommunityCommunity. getParentCommunity()CommunityFilteredCollection. getParentCommunity()CommunityFilteredCollection. getTopCommunity()Methods in org.dspace.rest.common that return types with arguments of type Community Modifier and Type Method Description List<Community>Collection. getParentCommunityList()List<Community>FilteredCollection. getParentCommunityList()List<Community>Item. getParentCommunityList()List<Community>Community. getSubcommunities()Methods in org.dspace.rest.common with parameters of type Community Modifier and Type Method Description voidCollection. addParentCommunityList(Community parentCommunity)voidCollection. setParentCommunity(Community parentCommunity)voidCommunity. setParentCommunity(Community parentCommunity)voidFilteredCollection. setParentCommunity(Community parentCommunity)voidFilteredCollection. setTopCommunity(Community topCommunity)Method parameters in org.dspace.rest.common with type arguments of type Community Modifier and Type Method Description voidCollection. setParentCommunityList(List<Community> parentCommunityList)voidFilteredCollection. setParentCommunityList(List<Community> parentCommunityList)voidItem. setParentCommunityList(List<Community> parentCommunityList)voidCommunity. setSubcommunities(List<Community> subcommunities)
-