Uses of Class
org.dspace.app.rest.model.CommunityRest
Packages that use CommunityRest
Package
Description
-
Uses of CommunityRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return CommunityRestModifier and TypeMethodDescriptionCommunityConverter.convert(Community community, Projection projection) 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 -
Uses of CommunityRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return CommunityRestModifier and TypeMethodDescriptionprotected CommunityRestCommunityRestRepository.createAndReturn(Context context) protected CommunityRestCommunityRestRepository.createAndReturn(Context context, UUID id) CollectionParentCommunityLinkRepository.getParentCommunity(jakarta.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 thisCommunityParentCommunityLinkRepository.getParentCommunity(jakarta.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, jakarta.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 CommunityRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CommunityRest>CommunityRestRepository.findAdminAuthorized(org.springframework.data.domain.Pageable pageable, String query) org.springframework.data.domain.Page<CommunityRest>org.springframework.data.domain.Page<CommunityRest>CommunityRestRepository.findAllTop(org.springframework.data.domain.Pageable pageable) CommunityRestRepository.getDomainClass()org.springframework.data.domain.Page<CommunityRest>CommunitySubcommunityLinkRepository.getSubcommunities(jakarta.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 CommunityRestModifier and TypeMethodDescriptionbooleanCommunityRestEqualityUtils.isCommunityRestEqualWithoutMetadata(CommunityRest original, CommunityRest updated) This method will return a boolean indicating whether the given CommunityRest objects are equal through comparing their attributes