org.exoplatform.clouddrive.cmis
Class CMISAPI.TimeChangeToken

java.lang.Object
  extended by org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken
      extended by org.exoplatform.clouddrive.cmis.CMISAPI.TimeChangeToken
Enclosing class:
CMISAPI

protected class CMISAPI.TimeChangeToken
extends CMISAPI.ChangeToken


Field Summary
protected  GregorianCalendar time
           
 
Fields inherited from class org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken
order, token
 
Constructor Summary
protected CMISAPI.TimeChangeToken(GregorianCalendar time)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken
getString, isAfter, isBefore, isEmpty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

time

protected final GregorianCalendar time
Constructor Detail

CMISAPI.TimeChangeToken

protected CMISAPI.TimeChangeToken(GregorianCalendar time)
Method Detail

getTime

protected GregorianCalendar getTime()
Returns:
the time

equals

public boolean equals(CMISAPI.ChangeToken other)
Compare this token with the given and return true if they are equal, false otherwise. Empty tokens aren't equal.

Overrides:
equals in class CMISAPI.ChangeToken
Parameters:
other - CMISAPI.ChangeToken
Returns:
boolean true if tokens equal, false otherwise

compareTo

public int compareTo(CMISAPI.ChangeToken other)

Overrides:
compareTo in class CMISAPI.ChangeToken


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.