|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.kb.oai.pmh.ResumptionToken
public class ResumptionToken
This class represents the resumption token
returned from a
list request when not all of the content of the query fits in one response.
You can use it to get another response that has the next set of content
returned from the query. (Which in turn may have a new resumption token.)
The verbs that has responses that can contain a resumption token are:
ListIdentifiers
ListRecords
ListSets
Constructor Summary | |
---|---|
ResumptionToken(Element element)
Create a ResumptionToken from the <resumptionToken>
element of a response. |
Method Summary | |
---|---|
String |
getExpirationDate()
Get the date when this resumption token expires. |
String |
getId()
Get the id of this resumption token. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResumptionToken(Element element)
ResumptionToken
from the <resumptionToken>
element of a response.
element
- Method Detail |
---|
public String getId()
public String getExpirationDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |