Uses of Interface
org.dspace.importer.external.service.components.MetadataSource
-
-
Uses of MetadataSource in org.dspace.importer.external.ads
Classes in org.dspace.importer.external.ads that implement MetadataSource Modifier and Type Class Description classADSImportMetadataSourceServiceImplImplements a data source for querying ADS -
Uses of MetadataSource in org.dspace.importer.external.arxiv.service
Classes in org.dspace.importer.external.arxiv.service that implement MetadataSource Modifier and Type Class Description classArXivImportMetadataSourceServiceImplImplements a data source for querying ArXiv -
Uses of MetadataSource in org.dspace.importer.external.bibtex.service
Classes in org.dspace.importer.external.bibtex.service that implement MetadataSource Modifier and Type Class Description classBibtexImportMetadataSourceServiceImplImplements a metadata importer for BibTeX files -
Uses of MetadataSource in org.dspace.importer.external.cinii
Classes in org.dspace.importer.external.cinii that implement MetadataSource Modifier and Type Class Description classCiniiImportMetadataSourceServiceImplImplements a data source for querying Cinii -
Uses of MetadataSource in org.dspace.importer.external.crossref
Classes in org.dspace.importer.external.crossref that implement MetadataSource Modifier and Type Class Description classCrossRefImportMetadataSourceServiceImplImplements a data source for querying CrossRef -
Uses of MetadataSource in org.dspace.importer.external.csv.service
Classes in org.dspace.importer.external.csv.service that implement MetadataSource Modifier and Type Class Description classCharacterSeparatedImportMetadataSourceServiceImplThis class is an implementation ofMetadataSourcewhich extendsAbstractPlainMetadataSourcein order to parse "character separated" files like csv, tsv, etc using the Live Import framework. -
Uses of MetadataSource in org.dspace.importer.external.datacite
Classes in org.dspace.importer.external.datacite that implement MetadataSource Modifier and Type Class Description classDataCiteImportMetadataSourceServiceImplImplements a data source for querying Datacite Mainly copied from CrossRefImportMetadataSourceServiceImpl. -
Uses of MetadataSource in org.dspace.importer.external.endnote.service
Classes in org.dspace.importer.external.endnote.service that implement MetadataSource Modifier and Type Class Description classEndnoteImportMetadataSourceServiceImplImplements a metadata importer for Endnote files -
Uses of MetadataSource in org.dspace.importer.external.epo.service
Classes in org.dspace.importer.external.epo.service that implement MetadataSource Modifier and Type Class Description classEpoImportMetadataSourceServiceImplImplements a data source for querying EPO -
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.pubmedeurope
Classes in org.dspace.importer.external.pubmedeurope that implement MetadataSource Modifier and Type Class Description classPubmedEuropeMetadataSourceServiceImplImplements a data source for querying PubMed Europe -
Uses of MetadataSource in org.dspace.importer.external.ris.service
Classes in org.dspace.importer.external.ris.service that implement MetadataSource Modifier and Type Class Description classRisImportMetadataSourceServiceImplImplements a metadata importer for RIS files Implementations insprider by BTE DataLoader {@link https://github.com/EKT/Biblio-Transformation-Engine/blob/master/bte-io/src/main/java/gr/ekt/bteio/loaders/RISDataLoader.java} -
Uses of MetadataSource in org.dspace.importer.external.scielo.service
Classes in org.dspace.importer.external.scielo.service that implement MetadataSource Modifier and Type Class Description classScieloImportMetadataSourceServiceImplImplements a data source for querying Scielo -
Uses of MetadataSource in org.dspace.importer.external.scopus.service
Classes in org.dspace.importer.external.scopus.service that implement MetadataSource Modifier and Type Class Description classScopusImportMetadataSourceServiceImplImplements a data source for querying Scopus -
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 -
Uses of MetadataSource in org.dspace.importer.external.service.components
Subinterfaces of MetadataSource in org.dspace.importer.external.service.components Modifier and Type Interface Description interfaceFileSourceThis interface declare the base methods to work with files containing metadata.interfaceQuerySourceCommon interface for database-based imports.Classes in org.dspace.importer.external.service.components that implement MetadataSource Modifier and Type Class Description classAbstractPlainMetadataSourceThis class is an abstract implementation ofMetadataSourceuseful in cases of plain metadata sources. -
Uses of MetadataSource in org.dspace.importer.external.vufind
Classes in org.dspace.importer.external.vufind that implement MetadataSource Modifier and Type Class Description classVuFindImportMetadataSourceServiceImplImplements a data source for querying VuFind -
Uses of MetadataSource in org.dspace.importer.external.wos.service
Classes in org.dspace.importer.external.wos.service that implement MetadataSource Modifier and Type Class Description classWOSImportMetadataSourceServiceImplImplements a data source for querying Web of Science.
-