protected class SharepointAPI.SPChangeToken extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
index
The index.
|
protected long |
timestamp
The timestamp.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SPChangeToken(String token)
Instantiates a new SP change token.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other) |
boolean |
equals(SharepointAPI.SPChangeToken other)
Equals.
|
long |
getIndex()
Gets the index.
|
long |
getTimestamp()
Gets the timestamp.
|
boolean |
isAfter(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other) |
boolean |
isBefore(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other) |
protected final long timestamp
protected final long index
protected SPChangeToken(String token) throws org.exoplatform.clouddrive.cmis.CMISException
token - the tokenorg.exoplatform.clouddrive.cmis.CMISException - the CMIS exceptionpublic boolean equals(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)
public boolean equals(SharepointAPI.SPChangeToken other)
other - the otherpublic boolean isAfter(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)
public boolean isBefore(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)
public long getTimestamp()
public long getIndex()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.