Uses of Class
org.exoplatform.clouddrive.dropbox.DropboxAPI
-
Packages that use DropboxAPI Package Description org.exoplatform.clouddrive.dropbox -
-
Uses of DropboxAPI in org.exoplatform.clouddrive.dropbox
Fields in org.exoplatform.clouddrive.dropbox declared as DropboxAPI Modifier and Type Field Description protected DropboxAPIDropboxUser. apiThe api.protected DropboxAPIJCRLocalDropboxDrive.Connect. apiThe api.protected DropboxAPIJCRLocalDropboxDrive.DropboxDrive. apiCloud drive API.protected DropboxAPIJCRLocalDropboxDrive.EventsSync. apiInternal API.protected DropboxAPIJCRLocalDropboxDrive.FileAPI. apiInternal API.Methods in org.exoplatform.clouddrive.dropbox with parameters of type DropboxAPI Modifier and Type Method Description 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.protected org.exoplatform.services.cms.clouddrives.jcr.JCRLocalCloudFileJCRLocalDropboxDrive. updateItem(DropboxAPI api, JCRLocalDropboxDrive.MetadataInfo update, javax.jcr.Node parent, javax.jcr.Node node)Update, create or delete a local node of Cloud File.Constructors in org.exoplatform.clouddrive.dropbox with parameters of type DropboxAPI Constructor Description DropboxDrive(DropboxAPI api, javax.jcr.Node rootNode)Instantiates a new drive tree.DropboxUser(String id, String username, String email, org.exoplatform.services.cms.clouddrives.CloudProvider provider, DropboxAPI api)An user in-memory POJO.
-