Uses of Class
org.dspace.importer.external.exception.MetadataSourceException
Packages that use MetadataSourceException
Package
Description
Main package for the live importing from external sources
Transformer classes used by services classes (Such as processing/generating queries, altering results, etc)
Pubmed implementation of specific
org.dspace.importer.external.metadatamapping.transform classesPubmed 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 MetadataSourceException in org.dspace.importer.external
Methods in org.dspace.importer.external that throw MetadataSourceExceptionModifier and TypeMethodDescriptionMultipleParallelImportMetadataSourceServiceImpl.findMatchingRecords(Item item) MultipleParallelImportMetadataSourceServiceImpl.findMatchingRecords(Query query) MultipleParallelImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) MultipleParallelImportMetadataSourceServiceImpl.getRecords(Query query) intMultipleParallelImportMetadataSourceServiceImpl.getRecordsCount(String query) intMultipleParallelImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.ads
Methods in org.dspace.importer.external.ads that throw MetadataSourceExceptionModifier and TypeMethodDescriptionADSImportMetadataSourceServiceImpl.findMatchingRecords(Item item) ADSImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ADSImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 MetadataSourceExceptionModifier 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.Get a single record of metadata from the arxiv by ArXiv ID.Get a single record from the ArXiv matching the query.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.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 MetadataSourceExceptionModifier and TypeMethodDescriptionCiniiImportMetadataSourceServiceImpl.findMatchingRecords(Item item) CiniiImportMetadataSourceServiceImpl.findMatchingRecords(Query query) CiniiImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 MetadataSourceExceptionModifier and TypeMethodDescriptionCrossRefImportMetadataSourceServiceImpl.findMatchingRecords(Item item) CrossRefImportMetadataSourceServiceImpl.findMatchingRecords(Query query) CrossRefImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 MetadataSourceExceptionModifier and TypeMethodDescriptionDataCiteImportMetadataSourceServiceImpl.findMatchingRecords(Item item) DataCiteImportMetadataSourceServiceImpl.findMatchingRecords(Query query) DataCiteImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 MetadataSourceExceptionModifier and TypeMethodDescriptionEpoImportMetadataSourceServiceImpl.findMatchingRecords(Item item) EpoImportMetadataSourceServiceImpl.findMatchingRecords(Query query) EpoImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 -
Uses of MetadataSourceException in org.dspace.importer.external.openaire.service
Methods in org.dspace.importer.external.openaire.service that throw MetadataSourceExceptionModifier and TypeMethodDescriptionOpenAireImportMetadataSourceServiceImpl.findMatchingRecords(Item item) OpenAireImportMetadataSourceServiceImpl.findMatchingRecords(Query query) The string that identifies this import implementation.The string that identifies this import implementation.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.intOpenAireImportMetadataSourceServiceImpl.getRecordsCount(String query) Find the number of records matching a query;intOpenAireImportMetadataSourceServiceImpl.getRecordsCount(Query query) Find the number of records matching a query; -
Uses of MetadataSourceException in org.dspace.importer.external.openalex.service
Methods in org.dspace.importer.external.openalex.service that throw MetadataSourceExceptionModifier and TypeMethodDescriptionOpenAlexImportMetadataSourceServiceImpl.findMatchingRecords(Item item) OpenAlexImportMetadataSourceServiceImpl.findMatchingRecords(Query query) Retrieves a metadata record by its OpenAlex identifier.Retrieves a metadata record by its identifier.OpenAlexImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) Retrieves a collection of metadata records based on a query with pagination.OpenAlexImportMetadataSourceServiceImpl.getRecords(Query query) intOpenAlexImportMetadataSourceServiceImpl.getRecordsCount(String query) Counts the number of metadata records matching a query.intOpenAlexImportMetadataSourceServiceImpl.getRecordsCount(Query query) Counts the number of metadata records matching a query. -
Uses of MetadataSourceException in org.dspace.importer.external.pubmed.metadatamapping.transform
Methods in org.dspace.importer.external.pubmed.metadatamapping.transform that throw MetadataSourceExceptionModifier and TypeMethodDescriptionGeneratePubmedQueryService.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 MetadataSourceExceptionModifier and TypeMethodDescriptionPubmedImportMetadataSourceServiceImpl.findMatchingRecords(Item item) Finds records based on an itemPubmedImportMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.Get a single record from the source.Get a single record from the source.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.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 MetadataSourceExceptionModifier and TypeMethodDescriptionPubmedEuropeMetadataSourceServiceImpl.findMatchingRecords(Item item) PubmedEuropeMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.Get a single record from the PubMed Europe.Get a single record from the PubMed Europe.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.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.ror.service
Methods in org.dspace.importer.external.ror.service that throw MetadataSourceExceptionModifier and TypeMethodDescriptionRorImportMetadataSourceServiceImpl.findMatchingRecords(Item item) RorImportMetadataSourceServiceImpl.findMatchingRecords(Query query) RorImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) RorImportMetadataSourceServiceImpl.getRecords(Query query) intRorImportMetadataSourceServiceImpl.getRecordsCount(String query) intRorImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of MetadataSourceException in org.dspace.importer.external.scielo.service
Methods in org.dspace.importer.external.scielo.service that throw MetadataSourceExceptionModifier and TypeMethodDescriptionScieloImportMetadataSourceServiceImpl.findMatchingRecords(Item item) ScieloImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ScieloImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 MetadataSourceExceptionModifier and TypeMethodDescriptionScopusImportMetadataSourceServiceImpl.findMatchingRecords(Item item) ScopusImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ScopusImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 MetadataSourceExceptionModifier 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.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;Get a single record from a source.Get a single record from the source.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.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 MetadataSourceExceptionModifier 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.Get a single record from the source.Get a single record from the source.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.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> TCommand pattern implementation. the callable.call method will be retried until it either succeeds or reaches the try limit.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 MetadataSourceExceptionModifier and TypeMethodDescriptionVuFindImportMetadataSourceServiceImpl.findMatchingRecords(Item item) VuFindImportMetadataSourceServiceImpl.findMatchingRecords(Query query) VuFindImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) 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 MetadataSourceExceptionModifier and TypeMethodDescriptionWOSImportMetadataSourceServiceImpl.findMatchingRecords(Item item) WOSImportMetadataSourceServiceImpl.findMatchingRecords(Query query) WOSImportMetadataSourceServiceImpl.getRecords(String query, int start, int count) WOSImportMetadataSourceServiceImpl.getRecords(Query query) intWOSImportMetadataSourceServiceImpl.getRecordsCount(String query) intWOSImportMetadataSourceServiceImpl.getRecordsCount(Query query)