Uses of Class
org.dspace.importer.external.datamodel.Query
-
-
Uses of Query in org.dspace.importer.external.ads
Methods in org.dspace.importer.external.ads with parameters of type Query Modifier and Type Method Description Collection<ImportRecord>ADSImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordADSImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>ArXivImportMetadataSourceServiceImpl. findMatchingRecords(Query query)Finds records based on query object.ImportRecordArXivImportMetadataSourceServiceImpl. getRecord(Query query)Get a single record from the ArXiv matching the query.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(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 Query Modifier and Type Method Description Collection<ImportRecord>CiniiImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordCiniiImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>CrossRefImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordCrossRefImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>DataCiteImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordDataCiteImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>EpoImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordEpoImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>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 Modifier and Type Method Description QueryGenerateQueryService. generateQueryForItem(Item item) -
Uses of Query in org.dspace.importer.external.pubmed.metadatamapping.transform
Methods in org.dspace.importer.external.pubmed.metadatamapping.transform that return Query Modifier and Type Method Description QueryGeneratePubmedQueryService. 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 Query Modifier and Type Method Description Collection<ImportRecord>PubmedImportMetadataSourceServiceImpl. findMatchingRecords(Query query)Finds records based on query object.ImportRecordPubmedImportMetadataSourceServiceImpl. getRecord(Query query)Get a single record from the source.Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>PubmedEuropeMetadataSourceServiceImpl. findMatchingRecords(Query query)Finds records based on query object.ImportRecordPubmedEuropeMetadataSourceServiceImpl. getRecord(Query query)Get a single record from the PubMed Europe.Collection<ImportRecord>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.scielo.service
Methods in org.dspace.importer.external.scielo.service with parameters of type Query Modifier and Type Method Description Collection<ImportRecord>ScieloImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordScieloImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>ScopusImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordScopusImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>ImportService. 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;ImportRecordImportService. getRecord(String uri, Query query)Get a single record from the source.Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>QuerySource. findMatchingRecords(Query query)Finds records based on query object.ImportRecordQuerySource. getRecord(Query query)Get a single record from the source.Collection<ImportRecord>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 Query Modifier and Type Method Description Collection<ImportRecord>VuFindImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordVuFindImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>VuFindImportMetadataSourceServiceImpl. getRecords(Query query)intVuFindImportMetadataSourceServiceImpl. getRecordsCount(Query query)Constructors in org.dspace.importer.external.vufind with parameters of type Query Constructor Description FindMatchingRecordsCallable(Query query) -
Uses of Query in org.dspace.importer.external.wos.service
Methods in org.dspace.importer.external.wos.service with parameters of type Query Modifier and Type Method Description Collection<ImportRecord>WOSImportMetadataSourceServiceImpl. findMatchingRecords(Query query)ImportRecordWOSImportMetadataSourceServiceImpl. getRecord(Query query)Collection<ImportRecord>WOSImportMetadataSourceServiceImpl. getRecords(Query query)intWOSImportMetadataSourceServiceImpl. getRecordsCount(Query query)
-