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, notify
eu.dnetlib.domain.EPR deliverMDRecords(String mdStoreId, String from, String until, String recordsFilter) throws MDStoreServiceException
MDStoreServiceException
String deliverRecord(String mdStoreId, String recordId) throws MDStoreServiceException
MDStoreServiceException
List<String> getListOfMDStores() throws MDStoreServiceException
MDStoreServiceException
List<String> listMDStores(String format, String layout, String interpretation) throws MDStoreServiceException
MDStoreServiceException
eu.dnetlib.domain.EPR bulkDeliverMDRecords(String format, String layout, String interpretation) throws MDStoreServiceException
MDStoreServiceException
boolean storeMDRecordsFromRS(String mdStoreId, String resultSetId, String storingType) throws MDStoreServiceException
MDStoreServiceException
Copyright © 2023. All rights reserved.