|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResumptionToken | |
---|---|
se.kb.oai.pmh |
Uses of ResumptionToken in se.kb.oai.pmh |
---|
Fields in se.kb.oai.pmh declared as ResumptionToken | |
---|---|
protected ResumptionToken |
ResponseBase.resumptionToken
|
Methods in se.kb.oai.pmh that return ResumptionToken | |
---|---|
ResumptionToken |
MetadataFormatsList.getResumptionToken()
Overrides getResumptionToken in ListBase and because
the response from a ListMetadataFormats request will never
have a resumption token this method will throw a NoSuchMethodError
to prevent it from being used in that way. |
ResumptionToken |
ListBase.getResumptionToken()
Get the ResumptionToken , if any, for this response. |
Methods in se.kb.oai.pmh with parameters of type ResumptionToken | |
---|---|
String |
QueryBuilder.buildListIdentifiersQuery(ResumptionToken token)
Build the query for an additional ListIdentifiers request
with a ResumptionToken . |
String |
QueryBuilder.buildListRecordsQuery(ResumptionToken token)
Build the query for an additional ListRecords request
with a ResumptionToken . |
String |
QueryBuilder.buildListSetsQuery(ResumptionToken token)
Build the query for an additional ListSets request
with a ResumptionToken . |
IdentifiersList |
OaiPmhServer.listIdentifiers(ResumptionToken resumptionToken)
List next set of identifiers not returned in the previous response from a call to listIdentifiers(). |
RecordsList |
OaiPmhServer.listRecords(ResumptionToken resumptionToken)
List next set of records not returned in the previous response from a call to listRecords(). |
SetsList |
OaiPmhServer.listSets(ResumptionToken resumptionToken)
List next set of sets not returned in the previous response from a call to listSets(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |