1HTTP::OAI::ResumptionToUkseenr(3Cpomn)tributed Perl DocuHmTeTnPt:a:tOiAoIn::ResumptionToken(3pm)
2
3
4
6 HTTP::OAI::ResumptionToken - Encapsulates an OAI resumption token
7
9 $rt = new HTTP::OAI::ResumptionToken
10 This constructor method returns a new HTTP::OAI::ResumptionToken
11 object.
12
13 $token = $rt->resumptionToken([$token])
14 Returns and optionally sets the resumption token string.
15
16 $ed = $rt->expirationDate([$rt])
17 Returns and optionally sets the expiration date of the resumption
18 token.
19
20 $cls = $rt->completeListSize([$cls])
21 Returns and optionally sets the cardinality of the result set.
22
23 $cur = $rt->cursor([$cur])
24 Returns and optionally sets the index of the first record (of the
25 current page) in the result set.
26
28 The final page of a record list which has been split using resumption
29 tokens must contain an empty resumption token.
30
31
32
33perl v5.36.0 2022-07-22 HTTP::OAI::ResumptionToken(3pm)