Class BundlePrimaryBitstreamLinkRepository

    • Constructor Detail

      • BundlePrimaryBitstreamLinkRepository

        public BundlePrimaryBitstreamLinkRepository()
    • Method Detail

      • getPrimaryBitstream

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