public interface Imports
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportRecord> |
findMatchingRecords(Item item) |
Collection<ImportRecord> |
findMatchingRecords(Query q) |
String |
getImportSource() |
int |
getNbRecords(Query query) |
int |
getNbRecords(String query) |
ImportRecord |
getRecord(Query q) |
ImportRecord |
getRecord(String id) |
Collection<ImportRecord> |
getRecords(Query q) |
Collection<ImportRecord> |
getRecords(String query,
int start,
int count) |
int getNbRecords(String query) throws MetadataSourceException
MetadataSourceExceptionint getNbRecords(Query query) throws MetadataSourceException
MetadataSourceExceptionCollection<ImportRecord> getRecords(String query, int start, int count) throws MetadataSourceException
MetadataSourceExceptionCollection<ImportRecord> getRecords(Query q) throws MetadataSourceException
MetadataSourceExceptionImportRecord getRecord(String id) throws MetadataSourceException
MetadataSourceExceptionImportRecord getRecord(Query q) throws MetadataSourceException
MetadataSourceExceptionString getImportSource()
Collection<ImportRecord> findMatchingRecords(Item item) throws MetadataSourceException
MetadataSourceExceptionCollection<ImportRecord> findMatchingRecords(Query q) throws MetadataSourceException
MetadataSourceExceptionCopyright © 2016 DuraSpace. All rights reserved.