public interface RecordFactory
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 © 2015. All rights reserved.