Class ExternalSourceEntityTypeLinkRepository

  • All Implemented Interfaces:
    LinkRestRepository

    @Component("integration.externalsource.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 Detail

      • ExternalSourceEntityTypeLinkRepository

        public ExternalSourceEntityTypeLinkRepository()
    • Method Detail

      • getSupportedEntityTypes

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