| Package | Description |
|---|---|
| org.exoplatform.clouddrive.dropbox |
Dropbox Connector.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
JCRLocalDropboxDrive.Connect
Connect algorithm for Drobpox drive.
|
protected class |
JCRLocalDropboxDrive.EventsSync
An implementation of
SyncCommand based on an abstract deltas queue
proposed and maintained by the cloud service. |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.Node |
JCRLocalDropboxDrive.DropboxDrive.LocalItem.fetch(JCRLocalDropboxDrive.Changes changes)
Fetch the item state from remote side.
|
protected void |
JCRLocalDropboxDrive.fetchItem(DropboxAPI api,
JCRLocalDropboxDrive.MetadataInfo item,
String parentId,
javax.jcr.Node parentNode,
Collection<org.exoplatform.clouddrive.utils.ChunkIterator<?>> iterators,
JCRLocalDropboxDrive.Changes changes)
Fetch remote item, for a folder do recursive.
|
protected org.exoplatform.clouddrive.dropbox.DropboxAPI.ListFolder |
JCRLocalDropboxDrive.fetchSubtree(DropboxAPI api,
String itemId,
javax.jcr.Node node,
Collection<org.exoplatform.clouddrive.utils.ChunkIterator<?>> iterators,
JCRLocalDropboxDrive.Changes changes)
Fetch subtree (children) of given item from remote side.
|
javax.jcr.Node |
JCRLocalDropboxDrive.DropboxDrive.LocalItem.move(JCRLocalDropboxDrive.ItemInfo toItem,
JCRLocalDropboxDrive.Changes changes)
Move this local item to a location reflecting given remote item and
update its state.
|
javax.jcr.Node |
JCRLocalDropboxDrive.DropboxDrive.LocalItem.update(JCRLocalDropboxDrive.ItemInfo item,
JCRLocalDropboxDrive.Changes changes)
Update this local item with remote item state.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.