Uses of Class
org.dspace.importer.external.datamodel.Query
Packages that use Query
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 Query in org.dspace.importer.external
Methods in org.dspace.importer.external with parameters of type QueryModifier and TypeMethodDescriptionMultipleParallelImportMetadataSourceServiceImpl.findMatchingRecords(Query query) MultipleParallelImportMetadataSourceServiceImpl.getRecords(Query query) intMultipleParallelImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.ads
Methods in org.dspace.importer.external.ads with parameters of type QueryModifier and TypeMethodDescriptionADSImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ADSImportMetadataSourceServiceImpl.getRecords(Query query) intADSImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.arxiv.service
Methods in org.dspace.importer.external.arxiv.service with parameters of type QueryModifier and TypeMethodDescriptionArXivImportMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.Get a single record from the ArXiv matching the query.ArXivImportMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query and convert them to a list metadata mapped in ImportRecord.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 Query in org.dspace.importer.external.cinii
Methods in org.dspace.importer.external.cinii with parameters of type QueryModifier and TypeMethodDescriptionCiniiImportMetadataSourceServiceImpl.findMatchingRecords(Query query) CiniiImportMetadataSourceServiceImpl.getRecords(Query query) intCiniiImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.crossref
Methods in org.dspace.importer.external.crossref with parameters of type QueryModifier and TypeMethodDescriptionCrossRefImportMetadataSourceServiceImpl.findMatchingRecords(Query query) CrossRefImportMetadataSourceServiceImpl.getRecords(Query query) intCrossRefImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.datacite
Methods in org.dspace.importer.external.datacite with parameters of type QueryModifier and TypeMethodDescriptionDataCiteImportMetadataSourceServiceImpl.findMatchingRecords(Query query) DataCiteImportMetadataSourceServiceImpl.getRecords(Query query) intDataCiteImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.epo.service
Methods in org.dspace.importer.external.epo.service with parameters of type QueryModifier and TypeMethodDescriptionEpoImportMetadataSourceServiceImpl.findMatchingRecords(Query query) EpoImportMetadataSourceServiceImpl.getRecords(Query query) intEpoImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.metadatamapping.transform
Methods in org.dspace.importer.external.metadatamapping.transform that return Query -
Uses of Query in org.dspace.importer.external.openaire.service
Methods in org.dspace.importer.external.openaire.service with parameters of type QueryModifier and TypeMethodDescriptionOpenAireImportMetadataSourceServiceImpl.findMatchingRecords(Query query) The string that identifies this import implementation.OpenAireImportMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query.intOpenAireImportMetadataSourceServiceImpl.getRecordsCount(Query query) Find the number of records matching a query;Constructors in org.dspace.importer.external.openaire.service with parameters of type QueryModifierConstructorDescriptionCountByQueryCallable(Query query) SearchByIdCallable(Query query) SearchByQueryCallable(Query query) -
Uses of Query in org.dspace.importer.external.openalex.service
Methods in org.dspace.importer.external.openalex.service with parameters of type QueryModifier and TypeMethodDescriptionOpenAlexImportMetadataSourceServiceImpl.findMatchingRecords(Query query) Retrieves a metadata record by its identifier.OpenAlexImportMetadataSourceServiceImpl.getRecords(Query query) intOpenAlexImportMetadataSourceServiceImpl.getRecordsCount(Query query) Counts the number of metadata records matching a query. -
Uses of Query in org.dspace.importer.external.pubmed.metadatamapping.transform
Methods in org.dspace.importer.external.pubmed.metadatamapping.transform that return QueryModifier and TypeMethodDescriptionGeneratePubmedQueryService.generateQueryForItem(Item item) Create a Query object based on a given item. -
Uses of Query in org.dspace.importer.external.pubmed.service
Methods in org.dspace.importer.external.pubmed.service with parameters of type QueryModifier and TypeMethodDescriptionPubmedImportMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.Get a single record from the source.PubmedImportMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query.intPubmedImportMetadataSourceServiceImpl.getRecordsCount(Query query) Find the number of records matching a query; -
Uses of Query in org.dspace.importer.external.pubmedeurope
Methods in org.dspace.importer.external.pubmedeurope with parameters of type QueryModifier and TypeMethodDescriptionPubmedEuropeMetadataSourceServiceImpl.findMatchingRecords(Query query) Finds records based on query object.Get a single record from the PubMed Europe.PubmedEuropeMetadataSourceServiceImpl.getRecords(Query query) Find records based on a object query.intPubmedEuropeMetadataSourceServiceImpl.getRecordsCount(Query query) Find the number of records matching a query; -
Uses of Query in org.dspace.importer.external.ror.service
Methods in org.dspace.importer.external.ror.service with parameters of type QueryModifier and TypeMethodDescriptionRorImportMetadataSourceServiceImpl.findMatchingRecords(Query query) RorImportMetadataSourceServiceImpl.getRecords(Query query) intRorImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.scielo.service
Methods in org.dspace.importer.external.scielo.service with parameters of type QueryModifier and TypeMethodDescriptionScieloImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ScieloImportMetadataSourceServiceImpl.getRecords(Query query) intScieloImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.scopus.service
Methods in org.dspace.importer.external.scopus.service with parameters of type QueryModifier and TypeMethodDescriptionScopusImportMetadataSourceServiceImpl.findMatchingRecords(Query query) ScopusImportMetadataSourceServiceImpl.getRecords(Query query) intScopusImportMetadataSourceServiceImpl.getRecordsCount(Query query) -
Uses of Query in org.dspace.importer.external.service
Methods in org.dspace.importer.external.service with parameters of type QueryModifier and TypeMethodDescriptionImportService.findMatchingRecords(String uri, Query query) Finds records based on query object.intImportService.getNbRecords(String uri, Query query) Find the number of records matching a query;Get a single record from the source.ImportService.getRecords(String uri, Query query) Find the number of records matching a object query. -
Uses of Query in org.dspace.importer.external.service.components
Methods in org.dspace.importer.external.service.components with parameters of type QueryModifier and TypeMethodDescriptionQuerySource.findMatchingRecords(Query query) Finds records based on query object.Get a single record from the source.QuerySource.getRecords(Query query) Find records based on a object query.intQuerySource.getRecordsCount(Query query) Gets the number of records matching a query -
Uses of Query in org.dspace.importer.external.vufind
Methods in org.dspace.importer.external.vufind with parameters of type QueryModifier and TypeMethodDescriptionVuFindImportMetadataSourceServiceImpl.findMatchingRecords(Query query) VuFindImportMetadataSourceServiceImpl.getRecords(Query query) intVuFindImportMetadataSourceServiceImpl.getRecordsCount(Query query) Constructors in org.dspace.importer.external.vufind with parameters of type Query -
Uses of Query in org.dspace.importer.external.wos.service
Methods in org.dspace.importer.external.wos.service with parameters of type QueryModifier and TypeMethodDescriptionWOSImportMetadataSourceServiceImpl.findMatchingRecords(Query query) WOSImportMetadataSourceServiceImpl.getRecords(Query query) intWOSImportMetadataSourceServiceImpl.getRecordsCount(Query query)