Uses of Interface
org.dspace.external.provider.ExternalDataProvider
-
Packages that use ExternalDataProvider Package Description org.dspace.external.provider.impl org.dspace.external.service org.dspace.external.service.impl -
-
Uses of ExternalDataProvider in org.dspace.external.provider.impl
Classes in org.dspace.external.provider.impl that implement ExternalDataProvider Modifier and Type Class Description classLCNameDataProviderSample personal name authority based on Library of Congress Name Authority Also serves as an example of an SRU client as authority.classOrcidV2AuthorDataProviderThis class is the implementation of the ExternalDataProvider interface that will deal with the OrcidV2 External Data lookupclassSherpaJournalDataProviderThis class is the implementation of the ExternalDataProvider interface that will deal with SherpaJournal External data lookupsclassSherpaPublisherDataProviderThis class is the implementation of the ExternalDataProvider interface that will deal with SherpaPublisher External data lookups -
Uses of ExternalDataProvider in org.dspace.external.service
Methods in org.dspace.external.service that return ExternalDataProvider Modifier and Type Method Description ExternalDataProviderExternalDataService. getExternalDataProvider(String sourceIdentifier)This method will return a single ExternalDataProvider which will support the given sourceIdentifier paramMethods in org.dspace.external.service that return types with arguments of type ExternalDataProvider Modifier and Type Method Description List<ExternalDataProvider>ExternalDataService. getExternalDataProviders()This method will return a list of ExternalDataProvider objects defined by all ExternalDataProvider spring beans -
Uses of ExternalDataProvider in org.dspace.external.service.impl
Methods in org.dspace.external.service.impl that return ExternalDataProvider Modifier and Type Method Description ExternalDataProviderExternalDataServiceImpl. getExternalDataProvider(String sourceIdentifier)Methods in org.dspace.external.service.impl that return types with arguments of type ExternalDataProvider Modifier and Type Method Description List<ExternalDataProvider>ExternalDataServiceImpl. getExternalDataProviders()
-