Class ItemMappedCollectionLinkRepository

    • Constructor Detail

      • ItemMappedCollectionLinkRepository

        public ItemMappedCollectionLinkRepository()
    • Method Detail

      • getMappedCollections

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