Uses of Class
org.exoplatform.clouddrive.cmis.CMISAPI.ChangeToken
-
Packages that use CMISAPI.ChangeToken Package Description org.exoplatform.clouddrive.cmis -
-
Uses of CMISAPI.ChangeToken in org.exoplatform.clouddrive.cmis
Subclasses of CMISAPI.ChangeToken in org.exoplatform.clouddrive.cmis Modifier and Type Class Description protected classCMISAPI.TimeChangeTokenThe Class TimeChangeToken.Fields in org.exoplatform.clouddrive.cmis declared as CMISAPI.ChangeToken Modifier and Type Field Description protected CMISAPI.ChangeTokenCMISAPI.ChangesIterator. changeTokenThe latest chunk token.protected CMISAPI.ChangeTokenCMISAPI. emptyTokenSingleton of empty change token.protected CMISAPI.ChangeTokenCMISAPI.ChangesIterator. lastFetchedTokenThe latest chunk token.protected CMISAPI.ChangeTokenCMISAPI.ChangesIterator. latestChunkTokenThe latest chunk token.Methods in org.exoplatform.clouddrive.cmis that return CMISAPI.ChangeToken Modifier and Type Method Description protected CMISAPI.ChangeTokenCMISAPI. emptyToken()Empty token.protected CMISAPI.ChangeTokenCMISAPI.ChangesIterator. getLastChangeToken()Last consumed event change token.protected CMISAPI.ChangeTokenJCRLocalCMISDrive.Sync.ChangesAlgorithm. getLastChangeToken()Gets the last change token.protected CMISAPI.ChangeTokenCMISAPI. readToken(String tokenString)Read token.protected CMISAPI.ChangeTokenCMISAPI. readToken(org.apache.chemistry.opencmis.client.api.ChangeEvent event)Read token.Methods in org.exoplatform.clouddrive.cmis with parameters of type CMISAPI.ChangeToken Modifier and Type Method Description protected intCMISAPI.ChangeToken. compareTo(CMISAPI.ChangeToken other)Compare to.intCMISAPI.TimeChangeToken. compareTo(CMISAPI.ChangeToken other)Compare to.booleanCMISAPI.ChangeToken. equals(CMISAPI.ChangeToken other)Compare this token with the given and returntrueif they are equal,falseotherwise.booleanCMISAPI.TimeChangeToken. equals(CMISAPI.ChangeToken other)Compare this token with the given and returntrueif they are equal,falseotherwise.protected CMISAPI.ChangesIteratorCMISAPI. getChanges(CMISAPI.ChangeToken changeToken)Gets the changes.booleanCMISAPI.ChangeToken. isAfter(CMISAPI.ChangeToken other)Returntrueif this event is after the given in time.booleanCMISAPI.ChangeToken. isBefore(CMISAPI.ChangeToken other)Returntrueif this event is before the given in time.protected voidJCRLocalCMISDrive.Sync.ChangesAlgorithm. syncFiles(CMISAPI.ChangeToken fromChangeToken)Sync files.Constructors in org.exoplatform.clouddrive.cmis with parameters of type CMISAPI.ChangeToken Constructor Description ChangesIterator(CMISAPI.ChangeToken startChangeToken)Instantiates a new changes iterator.
-