Class BitstreamThumbnailLinkRepository

java.lang.Object
org.dspace.app.rest.repository.AbstractDSpaceRestRepository
org.dspace.app.rest.repository.BitstreamThumbnailLinkRepository
All Implemented Interfaces:
LinkRestRepository

@Component("core.bitstreams.thumbnail") public class BitstreamThumbnailLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for the thumbnail Bitstream of a Bitstream
  • Constructor Details

    • BitstreamThumbnailLinkRepository

      public BitstreamThumbnailLinkRepository()
  • Method Details

    • getThumbnail

      @PreAuthorize("hasPermission(#bitstreamId, \'BITSTREAM\', \'READ\')") public BitstreamRest getThumbnail(@Nullable jakarta.servlet.http.HttpServletRequest request, UUID bitstreamId, @Nullable org.springframework.data.domain.Pageable optionalPageable, Projection projection)