Class BitstreamBundleLinkRepository

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

@Component("core.bitstreams.bundle") public class BitstreamBundleLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for "bundle" subresource of an individual bitstream.
  • Constructor Details

    • BitstreamBundleLinkRepository

      public BitstreamBundleLinkRepository()
  • Method Details

    • getBundle

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