Class BundleBitstreamLinkRepository

    • Constructor Detail

      • BundleBitstreamLinkRepository

        public BundleBitstreamLinkRepository()
    • Method Detail

      • getBitstreams

        @PreAuthorize("hasPermission(#bundleId, \'BUNDLE\', \'READ\')")
        public org.springframework.data.domain.Page<BitstreamRest> getBitstreams​(@Nullable
                                                                                 javax.servlet.http.HttpServletRequest request,
                                                                                 UUID bundleId,
                                                                                 @Nullable
                                                                                 org.springframework.data.domain.Pageable optionalPageable,
                                                                                 Projection projection)