protected class CMISAPI.TimeChangeToken extends CMISAPI.ChangeToken
| Modifier and Type | Field and Description |
|---|---|
protected GregorianCalendar |
time |
token| Modifier | Constructor and Description |
|---|---|
protected |
CMISAPI.TimeChangeToken(GregorianCalendar time) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CMISAPI.ChangeToken other) |
boolean |
equals(CMISAPI.ChangeToken other)
Compare this token with the given and return
true if they are equal, false
otherwise. |
protected GregorianCalendar |
getTime() |
getString, isAfter, isBefore, toStringprotected final GregorianCalendar time
protected CMISAPI.TimeChangeToken(GregorianCalendar time)
protected GregorianCalendar getTime()
public boolean equals(CMISAPI.ChangeToken other)
true if they are equal, false
otherwise.equals in class CMISAPI.ChangeTokenother - CMISAPI.ChangeTokentrue if tokens equal, false otherwisepublic int compareTo(CMISAPI.ChangeToken other)
compareTo in interface Comparable<CMISAPI.ChangeToken>compareTo in class CMISAPI.ChangeTokenCopyright © 2003–2014 eXo Platform SAS. All rights reserved.