protected class CMISAPI.ChangeToken extends Object implements Comparable<CMISAPI.ChangeToken>
| Modifier | Constructor and Description |
|---|---|
protected |
CMISAPI.ChangeToken(String token) |
| 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. |
String |
getString()
String representation of change log token.
|
boolean |
isAfter(CMISAPI.ChangeToken other)
Return
true if this event is after the given in time. |
boolean |
isBefore(CMISAPI.ChangeToken other)
Return
true if this event is before the given in time. |
String |
toString() |
protected final String token
protected CMISAPI.ChangeToken(String token)
public boolean equals(CMISAPI.ChangeToken other)
true if they are equal, false
otherwise.other - CMISAPI.ChangeTokentrue if tokens equal, false otherwisepublic int compareTo(CMISAPI.ChangeToken other)
compareTo in interface Comparable<CMISAPI.ChangeToken>public boolean isAfter(CMISAPI.ChangeToken other)
true if this event is after the given in time.other - CMISAPI.ChangeTokenpublic boolean isBefore(CMISAPI.ChangeToken other)
true if this event is before the given in time.other - CMISAPI.ChangeTokenpublic String getString()
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.