public interface MDStoreService extends DriverService
| Modifier and Type | Method and Description |
|---|---|
eu.dnetlib.domain.EPR |
bulkDeliverMDRecords(String format,
String layout,
String interpretation) |
eu.dnetlib.domain.EPR |
deliverMDRecords(String mdStoreId,
String from,
String until,
String recordsFilter) |
String |
deliverRecord(String mdStoreId,
String recordId) |
List<String> |
getListOfMDStores() |
List<String> |
listMDStores(String format,
String layout,
String interpretation) |
boolean |
storeMDRecordsFromRS(String mdStoreId,
String resultSetId,
String storingType) |
identify, notifyeu.dnetlib.domain.EPR deliverMDRecords(String mdStoreId, String from, String until, String recordsFilter) throws MDStoreServiceException
MDStoreServiceExceptionString deliverRecord(String mdStoreId, String recordId) throws MDStoreServiceException
MDStoreServiceExceptionList<String> getListOfMDStores() throws MDStoreServiceException
MDStoreServiceExceptionList<String> listMDStores(String format, String layout, String interpretation) throws MDStoreServiceException
MDStoreServiceExceptioneu.dnetlib.domain.EPR bulkDeliverMDRecords(String format, String layout, String interpretation) throws MDStoreServiceException
MDStoreServiceExceptionboolean storeMDRecordsFromRS(String mdStoreId, String resultSetId, String storingType) throws MDStoreServiceException
MDStoreServiceExceptionCopyright © 2026. All rights reserved.