Class SubscriptionEPersonLinkRepository

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

@Component("core.subscriptions.eperson") public class SubscriptionEPersonLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for "eperson" of subscription
  • Constructor Details

    • SubscriptionEPersonLinkRepository

      public SubscriptionEPersonLinkRepository()
  • Method Details

    • getEPerson

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