public class ResumptionToken extends Object
| Constructor and Description |
|---|
ResumptionToken(String verb,
String metadataPrefix,
String from,
String until,
int offset,
String set)
Create a new resumption token with the given OAI parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Gets from.
|
String |
getMetadataPrefix()
Gets metadata prefix.
|
int |
getOffset()
Gets offset.
|
String |
getSet()
Gets set.
|
String |
getUntil()
Gets until.
|
String |
getVerb()
Gets verb.
|
public ResumptionToken(String verb, String metadataPrefix, String from, String until, int offset, String set)
verb - the OAI verbmetadataPrefix - the OAI metadata prefixfrom - the first date constraint valueuntil - the secod date constraint valueoffset - indicates the current cursor position for list operationsset - the name of the OAI setpublic String getMetadataPrefix()
public int getOffset()
Copyright © 2013–2015 DuraSpace, Inc.. All rights reserved.