| Package | Description |
|---|---|
| org.exoplatform.clouddrive.cmis |
CMIS connector.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
CMISAPI.TimeChangeToken
The Class TimeChangeToken.
|
| Modifier and Type | Field and Description |
|---|---|
protected CMISAPI.ChangeToken |
CMISAPI.ChangesIterator.changeToken
The latest chunk token.
|
protected CMISAPI.ChangeToken |
CMISAPI.emptyToken
Singleton of empty change token.
|
protected CMISAPI.ChangeToken |
CMISAPI.ChangesIterator.lastFetchedToken
The latest chunk token.
|
protected CMISAPI.ChangeToken |
CMISAPI.ChangesIterator.latestChunkToken
The latest chunk token.
|
| Modifier and Type | Method and Description |
|---|---|
protected CMISAPI.ChangeToken |
CMISAPI.emptyToken()
Empty token.
|
protected CMISAPI.ChangeToken |
JCRLocalCMISDrive.Sync.ChangesAlgorithm.getLastChangeToken()
Gets the last change token.
|
protected CMISAPI.ChangeToken |
CMISAPI.ChangesIterator.getLastChangeToken()
Last consumed event change token.
|
protected CMISAPI.ChangeToken |
CMISAPI.readToken(org.apache.chemistry.opencmis.client.api.ChangeEvent event)
Read token.
|
protected CMISAPI.ChangeToken |
CMISAPI.readToken(String tokenString)
Read token.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
CMISAPI.ChangeToken.compareTo(CMISAPI.ChangeToken other)
Compare to.
|
int |
CMISAPI.TimeChangeToken.compareTo(CMISAPI.ChangeToken other)
Compare to.
|
boolean |
CMISAPI.ChangeToken.equals(CMISAPI.ChangeToken other)
Compare this token with the given and return
true if they
are equal, false otherwise. |
boolean |
CMISAPI.TimeChangeToken.equals(CMISAPI.ChangeToken other)
Compare this token with the given and return
true if they
are equal, false otherwise. |
protected CMISAPI.ChangesIterator |
CMISAPI.getChanges(CMISAPI.ChangeToken changeToken)
Gets the changes.
|
boolean |
CMISAPI.ChangeToken.isAfter(CMISAPI.ChangeToken other)
Return
true if this event is after the given in time. |
boolean |
CMISAPI.ChangeToken.isBefore(CMISAPI.ChangeToken other)
Return
true if this event is before the given in time. |
protected void |
JCRLocalCMISDrive.Sync.ChangesAlgorithm.syncFiles(CMISAPI.ChangeToken fromChangeToken)
Sync files.
|
| Constructor and Description |
|---|
ChangesIterator(CMISAPI.ChangeToken startChangeToken)
Instantiates a new changes iterator.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.