Class GroupGroupLinkRepository

    • Constructor Detail

      • GroupGroupLinkRepository

        public GroupGroupLinkRepository()
    • Method Detail

      • getGroups

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