Class GroupEPersonLinkRepository

java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.GroupEPersonLinkRepository
All Implemented Interfaces:
LinkRestRepository

@Component("eperson.groups.epersons") public class GroupEPersonLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for "epersons" subresource of an individual group.
  • Constructor Details

    • GroupEPersonLinkRepository

      public GroupEPersonLinkRepository()
  • Method Details

    • getMembers

      @PreAuthorize("hasPermission(#groupId, \'GROUP\', \'READ\')") public org.springframework.data.domain.Page<GroupRest> getMembers(@Nullable jakarta.servlet.http.HttpServletRequest request, UUID groupId, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection)