Class CollectionMappedItemLinkRepository

    • Constructor Detail

      • CollectionMappedItemLinkRepository

        public CollectionMappedItemLinkRepository()
    • Method Detail

      • getMappedItems

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