|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken
protected class CMISAPI.ChangeToken
| Field Summary | |
|---|---|
protected Long |
order
|
protected String |
token
|
| Constructor Summary | |
|---|---|
protected |
CMISAPI.ChangeToken(String token)
|
| Method Summary | |
|---|---|
protected 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. |
boolean |
isEmpty()
Return true if this token doesn't describe any change token, thus it equals no
null or no token value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String token
protected final Long order
| Constructor Detail |
|---|
protected CMISAPI.ChangeToken(String token)
| Method Detail |
|---|
public boolean equals(CMISAPI.ChangeToken other)
true if they are equal, false
otherwise. Empty tokens aren't equal.
other - CMISAPI.ChangeToken
true if tokens equal, false otherwisepublic boolean isAfter(CMISAPI.ChangeToken other)
true if this event is after the given in time.
other - CMISAPI.ChangeToken
public boolean isBefore(CMISAPI.ChangeToken other)
true if this event is before the given in time.
other - CMISAPI.ChangeToken
public boolean isEmpty()
true if this token doesn't describe any change token, thus it equals no
null or no token value.
public String getString()
public String toString()
toString in class Objectprotected int compareTo(CMISAPI.ChangeToken other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||