| Package | Description |
|---|---|
| eu.dnetlib.data.mdstore |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentNotFoundException
Signals that a metadata record cannot be found in a given MDStore.
|
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReference |
MDStoreService.bulkDeliverMDRecords(String format,
String layout,
String interpretation) |
W3CEndpointReference |
MDStoreService.deliverMDRecords(String mdId,
String from,
String until,
String recordFilter)
Returns ResultSet EPR for delivered mdstore records.
|
String |
MDStoreService.deliverRecord(String mdId,
String recordId)
Deliver single record from selected mdstore.
|
List<String> |
MDStoreService.getListOfMDStores()
Returns list of all stored indices.
|
List<String> |
MDStoreService.listMDStores(String format,
String layout,
String interpretation) |
int |
MDStoreService.size(String mdId)
Gets the size of the mdstore with the given identifier.
|
int |
MDStoreService.size(String format,
String layout,
String interpretation)
Gets the sum of records stored in all mdstore with the given format, layout , interpretation
|
boolean |
MDStoreService.storeMDRecordsFromRS(String mdId,
String rsId,
String storingType)
Deprecated.
|
Copyright © 2017. All rights reserved.