Uses of Class
org.dspace.importer.external.exception.MetadataSourceException
-
-
Uses of MetadataSourceException in org.dspace.importer.external.ads
Methods in org.dspace.importer.external.ads that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>ADSImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>ADSImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordADSImportMetadataSourceServiceImpl. getRecord(String id)ImportRecordADSImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>ADSImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>ADSImportMetadataSourceServiceImpl. getRecords(Query query)intADSImportMetadataSourceServiceImpl. getRecordsCount(String query)intADSImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.arxiv.service
Methods in org.dspace.importer.external.arxiv.service that throw MetadataSourceException 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.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.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.intArXivImportMetadataSourceServiceImpl. getRecordsCount(String query)Find the number of records matching the query string in ArXiv;intArXivImportMetadataSourceServiceImpl. getRecordsCount(Query query)Find the number of records matching a query; The entry with the key "query" of the Query's map will be used to get the query string. -
Uses of MetadataSourceException in org.dspace.importer.external.cinii
Methods in org.dspace.importer.external.cinii that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>CiniiImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>CiniiImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordCiniiImportMetadataSourceServiceImpl. getRecord(String id)ImportRecordCiniiImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>CiniiImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>CiniiImportMetadataSourceServiceImpl. getRecords(Query query)intCiniiImportMetadataSourceServiceImpl. getRecordsCount(String query)intCiniiImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.crossref
Methods in org.dspace.importer.external.crossref that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>CrossRefImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>CrossRefImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordCrossRefImportMetadataSourceServiceImpl. getRecord(String recordId)ImportRecordCrossRefImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>CrossRefImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>CrossRefImportMetadataSourceServiceImpl. getRecords(Query query)intCrossRefImportMetadataSourceServiceImpl. getRecordsCount(String query)intCrossRefImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.datacite
Methods in org.dspace.importer.external.datacite that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>DataCiteImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>DataCiteImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordDataCiteImportMetadataSourceServiceImpl. getRecord(String recordId)ImportRecordDataCiteImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>DataCiteImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>DataCiteImportMetadataSourceServiceImpl. getRecords(Query query)intDataCiteImportMetadataSourceServiceImpl. getRecordsCount(String query)intDataCiteImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.epo.service
Methods in org.dspace.importer.external.epo.service that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>EpoImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>EpoImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordEpoImportMetadataSourceServiceImpl. getRecord(String id)ImportRecordEpoImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>EpoImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>EpoImportMetadataSourceServiceImpl. getRecords(Query query)intEpoImportMetadataSourceServiceImpl. getRecordsCount(String query)intEpoImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.metadatamapping.transform
Methods in org.dspace.importer.external.metadatamapping.transform that throw MetadataSourceException Modifier and Type Method Description QueryGenerateQueryService. generateQueryForItem(Item item) -
Uses of MetadataSourceException in org.dspace.importer.external.pubmed.metadatamapping.transform
Methods in org.dspace.importer.external.pubmed.metadatamapping.transform that throw MetadataSourceException Modifier and Type Method Description QueryGeneratePubmedQueryService. generateQueryForItem(Item item)Create a Query object based on a given item. -
Uses of MetadataSourceException in org.dspace.importer.external.pubmed.service
Methods in org.dspace.importer.external.pubmed.service that throw MetadataSourceException 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.ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(String id)Get a single record from the source.ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(Query query)Get a single record from the source.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.intPubmedImportMetadataSourceServiceImpl. getRecordsCount(String query)Find the number of records matching a query;intPubmedImportMetadataSourceServiceImpl. getRecordsCount(Query query)Find the number of records matching a query; -
Uses of MetadataSourceException in org.dspace.importer.external.pubmedeurope
Methods in org.dspace.importer.external.pubmedeurope that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>PubmedEuropeMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>PubmedEuropeMetadataSourceServiceImpl. findMatchingRecords(Query query)Finds records based on query object.ImportRecordPubmedEuropeMetadataSourceServiceImpl. getRecord(String id)Get a single record from the PubMed Europe.ImportRecordPubmedEuropeMetadataSourceServiceImpl. getRecord(Query query)Get a single record from the PubMed Europe.Collection<ImportRecord>PubmedEuropeMetadataSourceServiceImpl. getRecords(String query, int start, int count)Find records matching a string query.Collection<ImportRecord>PubmedEuropeMetadataSourceServiceImpl. getRecords(Query query)Find records based on a object query.intPubmedEuropeMetadataSourceServiceImpl. getRecordsCount(String query)Find the number of records matching a query;intPubmedEuropeMetadataSourceServiceImpl. getRecordsCount(Query query)Find the number of records matching a query; -
Uses of MetadataSourceException in org.dspace.importer.external.scielo.service
Methods in org.dspace.importer.external.scielo.service that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>ScieloImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>ScieloImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordScieloImportMetadataSourceServiceImpl. getRecord(String id)ImportRecordScieloImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>ScieloImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>ScieloImportMetadataSourceServiceImpl. getRecords(Query query)intScieloImportMetadataSourceServiceImpl. getRecordsCount(String query)intScieloImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.scopus.service
Methods in org.dspace.importer.external.scopus.service that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>ScopusImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>ScopusImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordScopusImportMetadataSourceServiceImpl. getRecord(String id)ImportRecordScopusImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>ScopusImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>ScopusImportMetadataSourceServiceImpl. getRecords(Query query)intScopusImportMetadataSourceServiceImpl. getRecordsCount(String query)intScopusImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service that throw MetadataSourceException 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.intImportService. getNbRecords(String uri, String query)Find the number of records matching a string query;intImportService. getNbRecords(String uri, Query query)Find the number of records matching a query;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.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.voidImportService. setImportSources(List<MetadataSource> importSources)Sets the importsources that will be used to delegate the retrieving and matching of records to -
Uses of MetadataSourceException in org.dspace.importer.external.service.components
Methods in org.dspace.importer.external.service.components that throw MetadataSourceException 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.ImportRecordQuerySource. getRecord(String id)Get a single record from the source.ImportRecordQuerySource. getRecord(Query query)Get a single record from the source.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.intQuerySource. getRecordsCount(String query)Gets the number of records matching a queryintQuerySource. getRecordsCount(Query query)Gets the number of records matching a queryprotected voidAbstractRemoteMetadataSource. handleException(int retry, Exception exception, String operationId)Handles a given exception or throws on aMetadataSourceExceptionif no ExceptionHandler is setprotected <T> TAbstractRemoteMetadataSource. retry(Callable<T> callable)Command pattern implementation.protected voidAbstractRemoteMetadataSource. throwSourceException(int retry, Exception exception, String operationId)Throw aMetadataSourceException -
Uses of MetadataSourceException in org.dspace.importer.external.vufind
Methods in org.dspace.importer.external.vufind that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>VuFindImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>VuFindImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordVuFindImportMetadataSourceServiceImpl. getRecord(String id)ImportRecordVuFindImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>VuFindImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>VuFindImportMetadataSourceServiceImpl. getRecords(Query query)intVuFindImportMetadataSourceServiceImpl. getRecordsCount(String query)intVuFindImportMetadataSourceServiceImpl. getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.wos.service
Methods in org.dspace.importer.external.wos.service that throw MetadataSourceException Modifier and Type Method Description Collection<ImportRecord>WOSImportMetadataSourceServiceImpl. findMatchingRecords(Item item)Collection<ImportRecord>WOSImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordWOSImportMetadataSourceServiceImpl. getRecord(String id)ImportRecordWOSImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>WOSImportMetadataSourceServiceImpl. getRecords(String query, int start, int count)Collection<ImportRecord>WOSImportMetadataSourceServiceImpl. getRecords(Query query)intWOSImportMetadataSourceServiceImpl. getRecordsCount(String query)intWOSImportMetadataSourceServiceImpl. getRecordsCount(Query query)
-