Uses of Interface
org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.Changes
-
Packages that use JCRLocalDropboxDrive.Changes Package Description org.exoplatform.clouddrive.dropbox -
-
Uses of JCRLocalDropboxDrive.Changes in org.exoplatform.clouddrive.dropbox
Classes in org.exoplatform.clouddrive.dropbox that implement JCRLocalDropboxDrive.Changes Modifier and Type Class Description protected classJCRLocalDropboxDrive.ConnectConnect algorithm for Drobpox drive.protected classJCRLocalDropboxDrive.EventsSyncAn implementation ofJCRLocalCloudDrive.SyncCommandbased on an abstract deltas queue proposed and maintained by the cloud service.Methods in org.exoplatform.clouddrive.dropbox with parameters of type JCRLocalDropboxDrive.Changes Modifier and Type Method Description javax.jcr.NodeJCRLocalDropboxDrive.DropboxDrive.LocalItem. fetch(JCRLocalDropboxDrive.Changes changes)Fetch the item state from remote side.protected voidJCRLocalDropboxDrive. fetchItem(DropboxAPI api, JCRLocalDropboxDrive.MetadataInfo item, String parentId, javax.jcr.Node parentNode, Collection<org.exoplatform.services.cms.clouddrives.utils.ChunkIterator<?>> iterators, JCRLocalDropboxDrive.Changes changes)Fetch remote item, for a folder do recursive.protected org.exoplatform.clouddrive.dropbox.DropboxAPI.ListFolderJCRLocalDropboxDrive. fetchSubtree(DropboxAPI api, String itemId, javax.jcr.Node node, Collection<org.exoplatform.services.cms.clouddrives.utils.ChunkIterator<?>> iterators, JCRLocalDropboxDrive.Changes changes)Fetch subtree (children) of given item from remote side.javax.jcr.NodeJCRLocalDropboxDrive.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.NodeJCRLocalDropboxDrive.DropboxDrive.LocalItem. update(JCRLocalDropboxDrive.ItemInfo item, JCRLocalDropboxDrive.Changes changes)Update this local item with remote item state.
-