Class CollectionLogoLinkRepository

    • Constructor Detail

      • CollectionLogoLinkRepository

        public CollectionLogoLinkRepository()
    • Method Detail

      • getLogo

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