Uses of Class
org.dspace.importer.external.datamodel.ImportRecord
-
Packages that use ImportRecord Package Description org.dspace.importer.external.arxiv.service org.dspace.importer.external.pubmed.service Pubmed implementation of specificorg.dspace.importer.external.serviceclassesorg.dspace.importer.external.service Main import framework services.org.dspace.importer.external.service.components Service components that are aggregated/used in theAbstractImportMetadataSourceServiceandImportService -
-
Uses of ImportRecord in org.dspace.importer.external.arxiv.service
Methods in org.dspace.importer.external.arxiv.service that return ImportRecord Modifier and Type Method Description ImportRecordArXivImportMetadataSourceServiceImpl. getRecord(String id)Get a single record of metadata from the arxiv by ArXiv ID.ImportRecordArXivImportMetadataSourceServiceImpl. getRecord(Query query)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 ImportRecord Modifier and Type Method Description Collection<ImportRecord>ArXivImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Expect this method will be not used and erased from the interface soonCollection<ImportRecord>ArXivImportMetadataSourceServiceImpl. findMatchingRecords(Query query)Finds records based on query object.Collection<ImportRecord>ArXivImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Find the number of records matching the query string in ArXiv.Collection<ImportRecord>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.pubmed.service
Methods in org.dspace.importer.external.pubmed.service that return ImportRecord Modifier and Type Method Description ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(InputStream inputStream)ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(String id)Get a single record from the source.ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(Query query)Get a single record from the source.Methods in org.dspace.importer.external.pubmed.service that return types with arguments of type ImportRecord Modifier and Type Method Description Collection<ImportRecord>PubmedImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Finds records based on an itemCollection<ImportRecord>PubmedImportMetadataSourceServiceImpl. findMatchingRecords(Query query)Finds records based on query object.List<ImportRecord>PubmedImportMetadataSourceServiceImpl. getRecords(InputStream inputStream)Collection<ImportRecord>PubmedImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Find the number of records matching a string query.Collection<ImportRecord>PubmedImportMetadataSourceServiceImpl. getRecords(Query query)Find records based on a object query. -
Uses of ImportRecord in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service that return ImportRecord Modifier and Type Method Description ImportRecordImportService. getRecord(File file, String originalName)ImportRecordImportService. getRecord(String uri, String id)Get a single record from a source.ImportRecordImportService. getRecord(String uri, Query query)Get a single record from the source.ImportRecordAbstractImportMetadataSourceService. 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 ImportRecord Modifier and Type Method Description Collection<ImportRecord>ImportService. findMatchingRecords(String uri, Item item)Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri.Collection<ImportRecord>ImportService. findMatchingRecords(String uri, Query query)Finds records based on query object.Collection<ImportRecord>ImportService. getRecords(String uri, String query, int start, int count)Find the number of records matching a string query.Collection<ImportRecord>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 ImportRecord Modifier and Type Method Description ImportRecordAbstractPlainMetadataSource. getRecord(InputStream is)Return an ImportRecord constructed from input file.ImportRecordFileSource. getRecord(InputStream inputStream)Return an ImportRecord constructed from input file.ImportRecordQuerySource. getRecord(String id)Get a single record from the source.ImportRecordQuerySource. getRecord(Query query)Get a single record from the source.Methods in org.dspace.importer.external.service.components that return types with arguments of type ImportRecord Modifier and Type Method Description Collection<ImportRecord>QuerySource. findMatchingRecords(Item item)Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri.Collection<ImportRecord>QuerySource. findMatchingRecords(Query query)Finds records based on query object.List<ImportRecord>AbstractPlainMetadataSource. getRecords(InputStream is)Return a list of ImportRecord constructed from input file.List<ImportRecord>FileSource. getRecords(InputStream inputStream)Return a list of ImportRecord constructed from input file.Collection<ImportRecord>QuerySource. getRecords(String query, int start, int count)Gets a set of records matching a query.Collection<ImportRecord>QuerySource. getRecords(Query query)Find records based on a object query.
-