| Modifier and Type | Method and Description |
|---|---|
Query |
GenerateQueryService.generateQueryForItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
Query |
GeneratePubmedQueryService.generateQueryForItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportRecord> |
ImportMetadataSourceServiceImpl.findMatchingRecords(Item item) |
Collection<ImportRecord> |
ImportMetadataSourceServiceImpl.findMatchingRecords(Query q) |
int |
ImportMetadataSourceServiceImpl.getNbRecords(Query query) |
int |
ImportMetadataSourceServiceImpl.getNbRecords(String query) |
ImportRecord |
ImportMetadataSourceServiceImpl.getRecord(Query q) |
ImportRecord |
ImportMetadataSourceServiceImpl.getRecord(String id) |
Collection<ImportRecord> |
ImportMetadataSourceServiceImpl.getRecords(Query q) |
Collection<ImportRecord> |
ImportMetadataSourceServiceImpl.getRecords(String query,
int start,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportRecord> |
ImportService.findMatchingRecords(String url,
Item item) |
Collection<ImportRecord> |
ImportService.findMatchingRecords(String url,
Query query) |
int |
ImportService.getNbRecords(String url,
Query query) |
int |
ImportService.getNbRecords(String url,
String query) |
ImportRecord |
ImportService.getRecord(String url,
Query query) |
ImportRecord |
ImportService.getRecord(String url,
String id) |
Collection<ImportRecord> |
ImportService.getRecords(String url,
Query query) |
Collection<ImportRecord> |
ImportService.getRecords(String url,
String query,
int start,
int count) |
void |
ImportService.setImportSources(List<Imports> importSources) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportRecord> |
Imports.findMatchingRecords(Item item) |
Collection<ImportRecord> |
Imports.findMatchingRecords(Query q) |
int |
Imports.getNbRecords(Query query) |
int |
Imports.getNbRecords(String query) |
ImportRecord |
Imports.getRecord(Query q) |
ImportRecord |
Imports.getRecord(String id) |
Collection<ImportRecord> |
Imports.getRecords(Query q) |
Collection<ImportRecord> |
Imports.getRecords(String query,
int start,
int count) |
protected void |
MetadataSource.handleException(int retry,
Exception e,
String operationId) |
protected <T> T |
MetadataSource.retry(Callable<T> callable)
Command pattern implementation.
|
protected void |
MetadataSource.throwSourceException(int retry,
Exception e,
String operationId) |
Copyright © 2016 DuraSpace. All Rights Reserved.