Uses of Class
org.dspace.app.rest.model.CommunityRest
-
Packages that use CommunityRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository org.dspace.app.rest.utils -
-
Uses of CommunityRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return CommunityRest Modifier and Type Method Description protected CommunityRestCommunityConverter. newInstance() -
Uses of CommunityRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type CommunityRest Constructor Description CommunityResource(CommunityRest community, Utils utils) -
Uses of CommunityRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return CommunityRest Modifier and Type Method Description protected CommunityRestCommunityRestRepository. createAndReturn(Context context)protected CommunityRestCommunityRestRepository. createAndReturn(Context context, UUID id)CommunityRestCommunityRestRepository. findOne(Context context, UUID id)CommunityRestCollectionParentCommunityLinkRepository. getParentCommunity(javax.servlet.http.HttpServletRequest httpServletRequest, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)This method retrieves the ParentCommunity object for the Collection which is defined by the given collectionId It'll transform this Parent Community to a REST object and return thisCommunityRestCommunityParentCommunityLinkRepository. getParentCommunity(javax.servlet.http.HttpServletRequest httpServletRequest, UUID communityId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)This method retrieves the ParentCommunity object for the Community which is defined by the given communityId It'll transform this Parent Community to a REST object and return thisprotected CommunityRestCommunityRestRepository. put(Context context, javax.servlet.http.HttpServletRequest request, String apiCategory, String model, UUID id, com.fasterxml.jackson.databind.JsonNode jsonNode)Methods in org.dspace.app.rest.repository that return types with arguments of type CommunityRest Modifier and Type Method Description org.springframework.data.domain.Page<CommunityRest>CommunityRestRepository. findAdminAuthorized(org.springframework.data.domain.Pageable pageable, String query)org.springframework.data.domain.Page<CommunityRest>CommunityRestRepository. findAll(Context context, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<CommunityRest>CommunityRestRepository. findAllTop(org.springframework.data.domain.Pageable pageable)Class<CommunityRest>CommunityRestRepository. getDomainClass()org.springframework.data.domain.Page<CommunityRest>CommunitySubcommunityLinkRepository. getSubcommunities(javax.servlet.http.HttpServletRequest request, UUID communityId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) -
Uses of CommunityRest in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils with parameters of type CommunityRest Modifier and Type Method Description booleanCommunityRestEqualityUtils. isCommunityRestEqualWithoutMetadata(CommunityRest original, CommunityRest updated)This method will return a boolean indicating whether the given CommunityRest objects are equal through comparing their attributes
-