Class BitstreamBundleLinkRepository

    • Constructor Detail

      • BitstreamBundleLinkRepository

        public BitstreamBundleLinkRepository()
    • Method Detail

      • getBundle

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