protected class CMISAPI.TimeChangeToken extends CMISAPI.ChangeToken
| Modifier and Type | Field and Description |
|---|---|
protected GregorianCalendar |
time |
order, 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() |
protected final GregorianCalendar time
protected CMISAPI.TimeChangeToken(GregorianCalendar time)
protected GregorianCalendar getTime()
public boolean equals(CMISAPI.ChangeToken other)
true if they are equal, false
otherwise. Empty tokens aren't equal.equals in class CMISAPI.ChangeTokenother - CMISAPI.ChangeTokentrue if tokens equal, false otherwisepublic int compareTo(CMISAPI.ChangeToken other)
compareTo in class CMISAPI.ChangeTokenCopyright © 2003–2016 eXo Platform SAS. All rights reserved.