Class ExternalSourceEntityTypeLinkRepository

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

@Component("integration.externalsources.entityTypes") public class ExternalSourceEntityTypeLinkRepository extends AbstractDSpaceRestRepository implements LinkRestRepository
Link repository for "EntityTypes" supported of an individual ExternalDataProvider.
Author:
Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)
  • Constructor Details

    • ExternalSourceEntityTypeLinkRepository

      public ExternalSourceEntityTypeLinkRepository()
  • Method Details

    • getSupportedEntityTypes

      public org.springframework.data.domain.Page<EntityTypeRest> getSupportedEntityTypes(@Nullable jakarta.servlet.http.HttpServletRequest request, String externalSourceName, @Nullable org.springframework.data.domain.Pageable pageable, Projection projection)