public interface MDStoreService extends BaseService
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReference |
bulkDeliverMDRecords(String format,
String layout,
String interpretation) |
W3CEndpointReference |
deliverMDRecords(String mdId,
String from,
String until,
String recordFilter)
Returns ResultSet EPR for delivered mdstore records.
|
String |
deliverRecord(String mdId,
String recordId)
Deliver single record from selected mdstore.
|
List<String> |
getListOfMDStores()
Returns list of all stored indices.
|
String |
identify()
Identifies service and version.
|
List<String> |
listMDStores(String format,
String layout,
String interpretation) |
int |
size(String mdId)
Gets the size of the mdstore with the given identifier.
|
int |
size(String format,
String layout,
String interpretation)
Gets the sum of records stored in all mdstore with the given format, layout , interpretation
|
boolean |
storeMDRecordsFromRS(String mdId,
String rsId,
String storingType)
Deprecated.
|
notify, startString identify()
identify in interface BaseServiceW3CEndpointReference deliverMDRecords(String mdId, String from, String until, String recordFilter) throws MDStoreServiceException
mdId - from - until - recordFilter - REGEX on the metadata recordMDStoreServiceExceptionString deliverRecord(String mdId, String recordId) throws MDStoreServiceException, DocumentNotFoundException
mdId - recordId - MDStoreServiceExceptionDocumentNotFoundExceptionList<String> getListOfMDStores() throws MDStoreServiceException
MDStoreServiceExceptionList<String> listMDStores(String format, String layout, String interpretation) throws MDStoreServiceException
MDStoreServiceExceptionW3CEndpointReference bulkDeliverMDRecords(String format, String layout, String interpretation) throws MDStoreServiceException
MDStoreServiceException@Deprecated boolean storeMDRecordsFromRS(String mdId, String rsId, String storingType) throws MDStoreServiceException
mdId - rsId - storingType - MDStoreServiceExceptionint size(String mdId) throws MDStoreServiceException
mdId - identifier of an mdstoreMDStoreServiceExceptionint size(String format, String layout, String interpretation) throws MDStoreServiceException
format - formatlayout - layoutinterpretation - interpretationMDStoreServiceExceptionCopyright © 2017. All rights reserved.