public interface MDStore
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRecord(String recordId) |
List<String> |
deliver(String mdId,
int pageSize,
int offset,
Map<String,String> queryParam) |
eu.dnetlib.enabling.resultset.ResultSetListener |
deliver(String from,
String until,
String recordFilter) |
eu.dnetlib.enabling.resultset.ResultSetListener |
deliverIds(String from,
String until,
String recordFilter) |
int |
feed(Iterable<String> records,
boolean incremental) |
int |
feed(Iterable<String> records,
boolean incremental,
List<MDFormatDescription> mdformats) |
String |
getFormat() |
String |
getId() |
String |
getInterpretation() |
String |
getLayout() |
String |
getRecord(String recordId) |
int |
getSize() |
Iterable<String> |
iterate() |
void |
truncate() |
String getId()
String getFormat()
String getInterpretation()
String getLayout()
void truncate()
int feed(Iterable<String> records, boolean incremental, List<MDFormatDescription> mdformats)
eu.dnetlib.enabling.resultset.ResultSetListener deliver(String from, String until, String recordFilter) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptioneu.dnetlib.enabling.resultset.ResultSetListener deliverIds(String from, String until, String recordFilter) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionint getSize()
void deleteRecord(String recordId)
String getRecord(String recordId) throws eu.dnetlib.data.mdstore.DocumentNotFoundException
eu.dnetlib.data.mdstore.DocumentNotFoundExceptionCopyright © 2025. All rights reserved.