org.exoplatform.clouddrive.sharepoint
Class SharepointAPI.SPChangeToken

java.lang.Object
  extended by org.exoplatform.clouddrive.sharepoint.SharepointAPI.SPChangeToken
Enclosing class:
SharepointAPI

protected class SharepointAPI.SPChangeToken
extends Object


Field Summary
protected  long index
           
protected  long timestamp
           
 
Constructor Summary
protected SharepointAPI.SPChangeToken(String token)
           
 
Method Summary
 boolean equals(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)
          
 boolean equals(SharepointAPI.SPChangeToken other)
           
 long getIndex()
           
 long getTimestamp()
           
 boolean isAfter(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)
          
 boolean isBefore(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timestamp

protected final long timestamp

index

protected final long index
Constructor Detail

SharepointAPI.SPChangeToken

protected SharepointAPI.SPChangeToken(String token)
                               throws org.exoplatform.clouddrive.cmis.CMISException
Throws:
org.exoplatform.clouddrive.cmis.CMISException
Method Detail

equals

public boolean equals(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)


equals

public boolean equals(SharepointAPI.SPChangeToken other)

isAfter

public boolean isAfter(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)


isBefore

public boolean isBefore(org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken other)


getTimestamp

public long getTimestamp()
Returns:
the timestamp

getIndex

public long getIndex()
Returns:
the index


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