Uses of Interface
org.dspace.importer.external.service.components.MetadataSource
-
Packages that use MetadataSource Package Description org.dspace.importer.external.pubmed.service Pubmed implementation of specificorg.dspace.importer.external.serviceclassesorg.dspace.importer.external.service Main import framework services. -
-
Uses of MetadataSource in org.dspace.importer.external.pubmed.service
Classes in org.dspace.importer.external.pubmed.service that implement MetadataSource Modifier and Type Class Description classPubmedImportMetadataSourceServiceImplImplements a data source for querying PubMed Central -
Uses of MetadataSource in org.dspace.importer.external.service
Classes in org.dspace.importer.external.service that implement MetadataSource Modifier and Type Class Description classAbstractImportMetadataSourceService<RecordType>This class is a partial implementation ofMetadataSource.Methods in org.dspace.importer.external.service that return types with arguments of type MetadataSource Modifier and Type Method Description protected Map<String,MetadataSource>ImportService. getImportSources()Retrieve the importSources set to this class.protected Collection<MetadataSource>ImportService. matchingImports(String uri)Utility method to find what import implementations match the imports uri.Method parameters in org.dspace.importer.external.service with type arguments of type MetadataSource Modifier and Type Method Description voidImportService. setImportSources(List<MetadataSource> importSources)Sets the importsources that will be used to delegate the retrieving and matching of records to
-