| Package | Description |
|---|---|
| org.exoplatform.clouddrive.dropbox |
| Modifier and Type | Class and Description |
|---|---|
protected class |
JCRLocalDropboxDrive.DeletedInfo
The Class DeletedInfo.
|
protected class |
JCRLocalDropboxDrive.FileInfo
The Class FileInfo.
|
protected class |
JCRLocalDropboxDrive.FolderInfo
The Class FolderInfo.
|
protected class |
JCRLocalDropboxDrive.ItemInfo
Dropbox item helper to extract info from its file/folder metadata object.
|
protected class |
JCRLocalDropboxDrive.MetadataInfo.ParentInfo
Hierarchical parent info (without item ID in
JCRLocalDropboxDrive.MetadataInfo.ParentInfo.getId()). |
protected class |
JCRLocalDropboxDrive.UnknownInfo
The Class UnknownInfo for not recognized changes.
|
| Modifier and Type | Method and Description |
|---|---|
protected JCRLocalDropboxDrive.MetadataInfo |
JCRLocalDropboxDrive.FileAPI.copy(javax.jcr.Node sourceNode,
javax.jcr.Node destNode)
Copy.
|
protected JCRLocalDropboxDrive.MetadataInfo |
JCRLocalDropboxDrive.itemInfo(com.dropbox.core.v2.files.Metadata item)
Metadata info.
|
protected JCRLocalDropboxDrive.MetadataInfo |
JCRLocalDropboxDrive.FileAPI.move(javax.jcr.Node node)
Move remote file to hierarchy of given node.
|
| 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.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.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.