public interface RecordFactory
| Modifier and Type | Method and Description |
|---|---|
DCRecord |
getRecord(String id)
return a dublin core record
|
Vector |
getRecords(String from,
String until,
String set,
int startno,
int size) |
Vector |
getSets(int startno,
int endno) |
DCRecord getRecord(String id) throws Exception
id - the record idExceptionVector getRecords(String from, String until, String set, int startno, int size) throws Exception
from - from parameter in OAI -- accession dateuntil - until parameter in OAI -- accession dateset - set parameterstartno - start cursor in result setsize - expected returned size startno and size are used to support
resumptionToken, if no resumption is required, simply assign 0
to sizeExceptionCopyright © 2019 B3Partners B.V.. All rights reserved.