protected class CMISAPI.TimeChangeToken extends CMISAPI.ChangeToken
| Modifier and Type | Field and Description |
|---|---|
protected GregorianCalendar |
time
The time.
|
order, token| Modifier | Constructor and Description |
|---|---|
protected |
TimeChangeToken(GregorianCalendar time)
Instantiates a new time change token.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CMISAPI.ChangeToken other)
Compare to.
|
boolean |
equals(CMISAPI.ChangeToken other)
Compare this token with the given and return
true if they
are equal, false otherwise. |
protected GregorianCalendar |
getTime()
Gets the time.
|
protected final GregorianCalendar time
protected TimeChangeToken(GregorianCalendar time)
time - the timeprotected 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.ChangeTokenother - the otherCopyright © 2003–2018 eXo Platform SAS. All rights reserved.