Uses of Class
org.dspace.importer.external.datamodel.ImportRecord
Packages that use ImportRecord
Package
Description
Main package for the live importing from external sources
Pubmed implementation of specific
org.dspace.importer.external.service classesMain import framework services.
Service components that are aggregated/used in the
AbstractImportMetadataSourceService and
ImportService-
Uses of ImportRecord in org.dspace.importer.external
Methods in org.dspace.importer.external that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionMultipleParallelImportMetadataSourceServiceImpl.findMatchingRecords(Item item) MultipleParallelImportMetadataSourceServiceImpl.findMatchingRecords(Query query) MultipleParallelImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) MultipleParallelImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.ads
Methods in org.dspace.importer.external.ads that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.ads that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionADSImportMetadataSourceServiceImpl.findMatchingRecords(Item item) ADSImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ADSImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) ADSImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.arxiv.service
Methods in org.dspace.importer.external.arxiv.service that return ImportRecordModifier and TypeMethodDescriptionGet a single record of metadata from the arxiv by ArXiv ID.Get a single record from the ArXiv matching the query.Methods in org.dspace.importer.external.arxiv.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionArXivImportMetadataSourceServiceImpl.findMatchingRecords(Item item) Expect this method will be not used and erased from the interface soonArXivImportMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.ArXivImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) Find the number of records matching the query string in ArXiv.ArXivImportMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query and convert them to a list metadata mapped in ImportRecord. -
Uses of ImportRecord in org.dspace.importer.external.cinii
Methods in org.dspace.importer.external.cinii that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.cinii that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionCiniiImportMetadataSourceServiceImpl.findMatchingRecords(Item item) CiniiImportMetadataSourceServiceImpl.findMatchingRecords(Query query) CiniiImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) CiniiImportMetadataSourceServiceImpl.getRecords(Query query) protected List<ImportRecord>Get metadata by searching CiNii RDF API with CiNii NAID -
Uses of ImportRecord in org.dspace.importer.external.crossref
Methods in org.dspace.importer.external.crossref that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.crossref that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionCrossRefImportMetadataSourceServiceImpl.findMatchingRecords(Item item) CrossRefImportMetadataSourceServiceImpl.findMatchingRecords(Query query) CrossRefImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) CrossRefImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.datacite
Methods in org.dspace.importer.external.datacite that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.datacite that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionDataCiteImportMetadataSourceServiceImpl.findMatchingRecords(Item item) DataCiteImportMetadataSourceServiceImpl.findMatchingRecords(Query query) DataCiteImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) DataCiteImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.epo.service
Methods in org.dspace.importer.external.epo.service that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.epo.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionEpoImportMetadataSourceServiceImpl.findMatchingRecords(Item item) EpoImportMetadataSourceServiceImpl.findMatchingRecords(Query query) EpoImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) EpoImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.openaire.service
Methods in org.dspace.importer.external.openaire.service that return ImportRecordModifier and TypeMethodDescriptionOpenAireImportMetadataSourceServiceImpl.SearchByIdCallable.call()The string that identifies this import implementation.The string that identifies this import implementation.Methods in org.dspace.importer.external.openaire.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionOpenAireImportMetadataSourceServiceImpl.SearchByQueryCallable.call()OpenAireImportMetadataSourceServiceImpl.findMatchingRecords(Item item) OpenAireImportMetadataSourceServiceImpl.findMatchingRecords(Query query) OpenAireImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) Find the number of records matching a string query.OpenAireImportMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query. -
Uses of ImportRecord in org.dspace.importer.external.openalex.service
Methods in org.dspace.importer.external.openalex.service that return ImportRecordModifier and TypeMethodDescriptionRetrieves a metadata record by its OpenAlex identifier.Retrieves a metadata record by its identifier.Methods in org.dspace.importer.external.openalex.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionOpenAlexImportMetadataSourceServiceImpl.findMatchingRecords(Item item) OpenAlexImportMetadataSourceServiceImpl.findMatchingRecords(Query query) OpenAlexImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) Retrieves a collection of metadata records based on a query with pagination.OpenAlexImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.pubmed.service
Methods in org.dspace.importer.external.pubmed.service that return ImportRecordModifier and TypeMethodDescriptionPubmedImportMetadataSourceServiceImpl.getRecord(InputStream inputStream) Get a single record from the source.Get a single record from the source.Methods in org.dspace.importer.external.pubmed.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionPubmedImportMetadataSourceServiceImpl.findMatchingRecords(Item item) Finds records based on an itemPubmedImportMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.PubmedImportMetadataSourceServiceImpl.getRecords(InputStream inputStream) PubmedImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) Find the number of records matching a string query.PubmedImportMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query. -
Uses of ImportRecord in org.dspace.importer.external.pubmedeurope
Methods in org.dspace.importer.external.pubmedeurope that return ImportRecordModifier and TypeMethodDescriptionGet a single record from the PubMed Europe.Get a single record from the PubMed Europe.Methods in org.dspace.importer.external.pubmedeurope that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionPubmedEuropeMetadataSourceServiceImpl.FindMatchingRecordCallable.call()PubmedEuropeMetadataSourceServiceImpl.findMatchingRecords(Item item) PubmedEuropeMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.PubmedEuropeMetadataSourceServiceImpl.getByPubmedEuropeID(String pubmedID, Integer start, Integer size) PubmedEuropeMetadataSourceServiceImpl.getRecords(String query, int start, int count) Find records matching a string query.PubmedEuropeMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query.Returns a list of PubMed Europe publication recordsPubmedEuropeMetadataSourceServiceImpl.search(String title, String author, int year, int count, int start) -
Uses of ImportRecord in org.dspace.importer.external.ror.service
Methods in org.dspace.importer.external.ror.service that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.ror.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionRorImportMetadataSourceServiceImpl.findMatchingRecords(Item item) RorImportMetadataSourceServiceImpl.findMatchingRecords(Query query) RorImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) RorImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.scielo.service
Methods in org.dspace.importer.external.scielo.service that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.scielo.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionScieloImportMetadataSourceServiceImpl.findMatchingRecords(Item item) ScieloImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ScieloImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) ScieloImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.scopus.service
Methods in org.dspace.importer.external.scopus.service that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.scopus.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionScopusImportMetadataSourceServiceImpl.findMatchingRecords(Item item) ScopusImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ScopusImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) ScopusImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service that return ImportRecordModifier and TypeMethodDescriptionGet a single record from a source.Get a single record from the source.AbstractImportMetadataSourceService.transformSourceRecords(RecordType recordType) Return an ImportRecord constructed from the results in a RecordTypeMethods in org.dspace.importer.external.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionImportService.findMatchingRecords(String uri, Item item) Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri.ImportService.findMatchingRecords(String uri, Query query) Finds records based on query object.ImportService.getRecords(String uri, String query, int start, int count) Find the number of records matching a string query.ImportService.getRecords(String uri, Query query) Find the number of records matching a object query. -
Uses of ImportRecord in org.dspace.importer.external.service.components
Methods in org.dspace.importer.external.service.components that return ImportRecordModifier and TypeMethodDescriptionAbstractPlainMetadataSource.getRecord(InputStream is) Return an ImportRecord constructed from input file.FileSource.getRecord(InputStream inputStream) Return an ImportRecord constructed from input file.Get a single record from the source.Get a single record from the source.Methods in org.dspace.importer.external.service.components that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionQuerySource.findMatchingRecords(Item item) Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri.QuerySource.findMatchingRecords(Query query) Finds records based on query object.AbstractPlainMetadataSource.getRecords(InputStream is) Return a list of ImportRecord constructed from input file.FileSource.getRecords(InputStream inputStream) Return a list of ImportRecord constructed from input file.QuerySource.getRecords(String query, int start, int count) Gets a set of records matching a query.QuerySource.getRecords(Query query) Find records based on a object query. -
Uses of ImportRecord in org.dspace.importer.external.vufind
Methods in org.dspace.importer.external.vufind that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.vufind that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionVuFindImportMetadataSourceServiceImpl.findMatchingRecords(Item item) VuFindImportMetadataSourceServiceImpl.findMatchingRecords(Query query) VuFindImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) VuFindImportMetadataSourceServiceImpl.getRecords(Query query) -
Uses of ImportRecord in org.dspace.importer.external.wos.service
Methods in org.dspace.importer.external.wos.service that return ImportRecordModifier and TypeMethodDescriptionMethods in org.dspace.importer.external.wos.service that return types with arguments of type ImportRecordModifier and TypeMethodDescriptionWOSImportMetadataSourceServiceImpl.findMatchingRecords(Item item) WOSImportMetadataSourceServiceImpl.findMatchingRecords(Query query) WOSImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) WOSImportMetadataSourceServiceImpl.getRecords(Query query)