Uses of Class
org.dspace.app.rest.model.GroupRest
Packages that use GroupRest
Package
Description
-
Uses of GroupRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return GroupRestModifier and TypeMethodDescriptionGroupConverter.convert(Group obj, Projection projection) protected GroupRestGroupConverter.newInstance() -
Uses of GroupRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return GroupRestModifier and TypeMethodDescriptionPoolTaskRest.getGroup()ResourcePolicyRest.getGroup()SupervisionOrderRest.getGroup()Methods in org.dspace.app.rest.model that return types with arguments of type GroupRestMethods in org.dspace.app.rest.model with parameters of type GroupRestModifier and TypeMethodDescriptionvoidvoidvoidMethod parameters in org.dspace.app.rest.model with type arguments of type GroupRestModifier and TypeMethodDescriptionvoidAuthenticationStatusRest.setSpecialGroups(List<GroupRest> groupList) -
Uses of GroupRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type GroupRest -
Uses of GroupRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return GroupRestModifier and TypeMethodDescriptionCollectionRestRepository.createAdminGroup(Context context, jakarta.servlet.http.HttpServletRequest request, Collection collection) This method will create an AdminGroup for the given Collection with the given Information through JSONCommunityRestRepository.createAdminGroup(Context context, jakarta.servlet.http.HttpServletRequest request, Community community) This method will create an AdminGroup for the given Community with the given Information through JSONprotected GroupRestGroupRestRepository.createAndReturn(Context context) CollectionRestRepository.createBitstreamReadGroup(Context context, jakarta.servlet.http.HttpServletRequest request, Collection collection) This method will create an BitstreamReadGroup for the given Collection with the given Information through JSONCollectionRestRepository.createItemReadGroup(Context context, jakarta.servlet.http.HttpServletRequest request, Collection collection) This method will create an ItemReadGroup for the given Collection with the given Information through JSONCollectionRestRepository.createSubmitterGroup(Context context, jakarta.servlet.http.HttpServletRequest request, Collection collection) This method will create a SubmitterGroup for the given Collection with the given Information through JSONCollectionRestRepository.createWorkflowGroupForRole(Context context, jakarta.servlet.http.HttpServletRequest request, Collection collection, String workflowRole) This method will create the WorkflowGroup for the given Collection and workflowRoleCollectionAdminGroupLinkRepository.getAdminGroup(jakarta.servlet.http.HttpServletRequest request, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method is responsible for retrieving the AdminGroup of a CollectionCommunityAdminGroupLinkRepository.getAdminGroup(jakarta.servlet.http.HttpServletRequest request, UUID communityId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method is responsible for retrieving the AdminGroup of a CommunityCollectionBitstreamReadGroupLinkRepository.getBitstreamReadGroup(jakarta.servlet.http.HttpServletRequest request, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method is responsible for retrieving the BitstreamReadGroup of a CollectionCollectionItemReadGroupLinkRepository.getItemReadGroup(jakarta.servlet.http.HttpServletRequest request, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method is responsible for retrieving the ItemReadGroup of a CollectionCollectionSubmitterGroupLinkRepository.getSubmittersGroup(jakarta.servlet.http.HttpServletRequest request, UUID collectionId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) This method is responsible for retrieving the Submittergroup of a CollectionCollectionRestRepository.getWorkflowGroupForRole(Context context, Collection collection, String workflowRole) This method will retrieve the GroupRest object for the workflowGroup for the given Collection and workflowRoleMethods in org.dspace.app.rest.repository that return types with arguments of type GroupRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<GroupRest>org.springframework.data.domain.Page<GroupRest>GroupRestRepository.findByMetadata(String query, org.springframework.data.domain.Pageable pageable) Find the groups matching the query parameter.org.springframework.data.domain.Page<GroupRest>GroupRestRepository.findIsNotMemberOf(UUID groupUUID, String query, org.springframework.data.domain.Pageable pageable) Find the Groups matching the query parameter which are NOT a member of the given parent Group.GroupRestRepository.getDomainClass()org.springframework.data.domain.Page<GroupRest>EPersonGroupLinkRepository.getGroups(jakarta.servlet.http.HttpServletRequest request, UUID epersonId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) org.springframework.data.domain.Page<GroupRest>GroupGroupLinkRepository.getGroups(jakarta.servlet.http.HttpServletRequest request, UUID groupId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) org.springframework.data.domain.Page<GroupRest>GroupEPersonLinkRepository.getMembers(jakarta.servlet.http.HttpServletRequest request, UUID groupId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)