Class SubscriptionDSpaceObjectLinkRepository

    • Constructor Detail

      • SubscriptionDSpaceObjectLinkRepository

        public SubscriptionDSpaceObjectLinkRepository()
    • Method Detail

      • getDSpaceObject

        @PreAuthorize("hasPermission(#subscriptionId, \'subscription\', \'READ\')")
        public DSpaceObjectRest getDSpaceObject​(@Nullable
                                                javax.servlet.http.HttpServletRequest request,
                                                Integer subscriptionId,
                                                @Nullable
                                                org.springframework.data.domain.Pageable optionalPageable,
                                                Projection projection)