Class ItemOwningCollectionLinkRepository

    • Constructor Detail

      • ItemOwningCollectionLinkRepository

        public ItemOwningCollectionLinkRepository()
    • Method Detail

      • getOwningCollection

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