| 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 specific
org.dspace.importer.external.metadatamapping.transform classes |
| org.dspace.importer.external.pubmed.service |
Pubmed implementation of specific
org.dspace.importer.external.service classes |
| org.dspace.importer.external.service |
Main import framework services.
|
| org.dspace.importer.external.service.components |
Service components that are aggregated/used in the
AbstractImportMetadataSourceService and ImportService |
| Modifier and Type | Method and Description |
|---|---|
Query |
GenerateQueryService.generateQueryForItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
Query |
GeneratePubmedQueryService.generateQueryForItem(Item item)
Create a Query object based on a given item.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportRecord> |
PubmedImportMetadataSourceServiceImpl.findMatchingRecords(Query query)
Finds records based on query object.
|
int |
PubmedImportMetadataSourceServiceImpl.getNbRecords(Query query)
Find the number of records matching a query;
|
ImportRecord |
PubmedImportMetadataSourceServiceImpl.getRecord(Query query)
Get a single record from the source.
|
Collection<ImportRecord> |
PubmedImportMetadataSourceServiceImpl.getRecords(Query query)
Find records based on a object query.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportRecord> |
ImportService.findMatchingRecords(String uri,
Query query)
Finds records based on query object.
|
int |
ImportService.getNbRecords(String uri,
Query query)
Find the number of records matching a query;
|
ImportRecord |
ImportService.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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportRecord> |
MetadataSource.findMatchingRecords(Query query)
Finds records based on query object.
|
int |
MetadataSource.getNbRecords(Query query)
Gets the number of records matching a query
|
ImportRecord |
MetadataSource.getRecord(Query query)
Get a single record from the source.
|
Collection<ImportRecord> |
MetadataSource.getRecords(Query query)
Find records based on a object query.
|
Copyright © 2016 DuraSpace. All rights reserved.