Uses of Class
org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.MetadataInfo
-
Packages that use JCRLocalDropboxDrive.MetadataInfo Package Description org.exoplatform.clouddrive.dropbox -
-
Uses of JCRLocalDropboxDrive.MetadataInfo in org.exoplatform.clouddrive.dropbox
Subclasses of JCRLocalDropboxDrive.MetadataInfo in org.exoplatform.clouddrive.dropbox Modifier and Type Class Description protected classJCRLocalDropboxDrive.DeletedInfoThe Class DeletedInfo.protected classJCRLocalDropboxDrive.FileInfoThe Class FileInfo.protected classJCRLocalDropboxDrive.FolderInfoThe Class FolderInfo.protected classJCRLocalDropboxDrive.ItemInfoDropbox item helper to extract info from its file/folder metadata object.protected classJCRLocalDropboxDrive.MetadataInfo.ParentInfoHierarchical parent info (without item ID inJCRLocalDropboxDrive.MetadataInfo.ParentInfo.getId()).protected classJCRLocalDropboxDrive.UnknownInfoThe Class UnknownInfo for not recognized changes.Methods in org.exoplatform.clouddrive.dropbox that return JCRLocalDropboxDrive.MetadataInfo Modifier and Type Method Description protected JCRLocalDropboxDrive.MetadataInfoJCRLocalDropboxDrive.FileAPI. copy(javax.jcr.Node sourceNode, javax.jcr.Node destNode)Copy.protected JCRLocalDropboxDrive.MetadataInfoJCRLocalDropboxDrive. itemInfo(com.dropbox.core.v2.files.Metadata item)Metadata info.protected JCRLocalDropboxDrive.MetadataInfoJCRLocalDropboxDrive.FileAPI. move(javax.jcr.Node node)Move remote file to hierarchy of given node.Methods in org.exoplatform.clouddrive.dropbox with parameters of type JCRLocalDropboxDrive.MetadataInfo 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.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.
-