Uses of Class
org.dspace.app.rest.model.ExternalSourceRest
Packages that use ExternalSourceRest
Package
Description
-
Uses of ExternalSourceRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ExternalSourceRestModifier and TypeMethodDescriptionExternalSourceRestConverter.convert(ExternalDataProvider modelObject, Projection projection) -
Uses of ExternalSourceRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ExternalSourceRestModifierConstructorDescriptionExternalSourceResource(ExternalSourceRest externalSourceRest, Utils utils) -
Uses of ExternalSourceRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ExternalSourceRestModifier and TypeMethodDescriptionMethods in org.dspace.app.rest.repository that return types with arguments of type ExternalSourceRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ExternalSourceRest>ExternalSourceRestRepository.findAll(Context context, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ExternalSourceRest>ExternalSourceRestRepository.findByEntityType(Context context, org.springframework.data.domain.Pageable pageable, String entityType) Retrieves all ExternalDataProviders that supports the provided EntityType.ExternalSourceRestRepository.getDomainClass()