| Package | Description |
|---|---|
| org.exoplatform.clouddrive.dropbox |
| Modifier and Type | Field and Description |
|---|---|
protected DropboxAPI |
DropboxUser.api
The api.
|
protected DropboxAPI |
JCRLocalDropboxDrive.Connect.api
The api.
|
protected DropboxAPI |
JCRLocalDropboxDrive.FileAPI.api
Internal API.
|
protected DropboxAPI |
JCRLocalDropboxDrive.EventsSync.api
Internal API.
|
protected DropboxAPI |
JCRLocalDropboxDrive.DropboxDrive.api
Cloud drive API.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected org.exoplatform.clouddrive.jcr.JCRLocalCloudFile |
JCRLocalDropboxDrive.updateItem(DropboxAPI api,
JCRLocalDropboxDrive.MetadataInfo update,
javax.jcr.Node parent,
javax.jcr.Node node)
Update, create or delete a local node of Cloud File.
|
| Constructor and Description |
|---|
DropboxDrive(DropboxAPI api,
javax.jcr.Node rootNode)
Instantiates a new drive tree.
|
DropboxUser(String id,
String username,
String email,
org.exoplatform.clouddrive.CloudProvider provider,
DropboxAPI api)
An user in-memory POJO.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.