Uses of Class
org.dspace.importer.external.exception.MetadataSourceException
-
Packages that use MetadataSourceException Package Description org.dspace.importer.external.metadatamapping.transform Transformer classes used by services classes (Such as processing/generating queries, altering results, etc)org.dspace.importer.external.pubmed.metadatamapping.transform Pubmed implementation of specificorg.dspace.importer.external.metadatamapping.transformclassesorg.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 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.intPubmedImportMetadataSourceServiceImpl. getNbRecords(String query)Find the number of records matching a query;intPubmedImportMetadataSourceServiceImpl. getNbRecords(Query query)Find the number of records matching a query;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. -
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>MetadataSource. findMatchingRecords(Item item)Finds records based on an item Delegates to one or more MetadataSource implementations based on the uri.Collection<ImportRecord>MetadataSource. findMatchingRecords(Query query)Finds records based on query object.intMetadataSource. getNbRecords(String query)Gets the number of records matching a queryintMetadataSource. getNbRecords(Query query)Gets the number of records matching a queryImportRecordMetadataSource. getRecord(String id)Get a single record from the source.ImportRecordMetadataSource. getRecord(Query query)Get a single record from the source.Collection<ImportRecord>MetadataSource. getRecords(String query, int start, int count)Gets a set of records matching a query.Collection<ImportRecord>MetadataSource. getRecords(Query query)Find records based on a object query.protected 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
-