Class GroupEPersonLinkRepository

    • Constructor Detail

      • GroupEPersonLinkRepository

        public GroupEPersonLinkRepository()
    • Method Detail

      • getMembers

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