public class ArtifactContinuationToken extends Object
| Constructor and Description |
|---|
ArtifactContinuationToken(String webRequestContinuationToken)
Constructor from a web request continuation token.
|
ArtifactContinuationToken(String collectionId,
String auid,
String uri,
Integer version,
Integer iteratorHashCode)
Constructor from members.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuid()
Provides the archival unit identifier of the last artifact transferred.
|
String |
getCollectionId()
Provides the collection identifier of the last artifact transferred.
|
Integer |
getIteratorHashCode()
Provides the hash code of the iterator used.
|
String |
getUri()
Provides the URI of the last artifact transferred.
|
Integer |
getVersion()
Provides the version of the last artifact transferred.
|
String |
toString() |
String |
toWebResponseContinuationToken()
Provides this object in the form of a web response continuation token.
|
public ArtifactContinuationToken(String webRequestContinuationToken) throws IllegalArgumentException
webRequestContinuationToken - A String with the web request continuation token.IllegalArgumentException - if the web request continuation token is not syntactically valid.public ArtifactContinuationToken(String collectionId, String auid, String uri, Integer version, Integer iteratorHashCode)
collectionId - A String with the collection identifier of the last
artifact transferred.auid - A String with the archival unit identifier of the
last artifact transferred.uri - A String with the URI of the last artifact
transferred.version - An Integer with the version of the last artifact
transferred.iteratorHashCode - An Integer with the hash code of the iterator used.public String getCollectionId()
public String getAuid()
public String getUri()
public Integer getVersion()
public Integer getIteratorHashCode()
public String toWebResponseContinuationToken()
Copyright © 2000–2020 LOCKSS Program. All rights reserved.