Class BitstreamFormatLinkRepository

    • Constructor Detail

      • BitstreamFormatLinkRepository

        public BitstreamFormatLinkRepository()
    • Method Detail

      • getFormat

        @PreAuthorize("hasPermission(#bitstreamId, \'BITSTREAM\', \'METADATA_READ\')")
        public BitstreamFormatRest getFormat​(@Nullable
                                             javax.servlet.http.HttpServletRequest request,
                                             UUID bitstreamId,
                                             @Nullable
                                             org.springframework.data.domain.Pageable optionalPageable,
                                             Projection projection)