Uses of Class
org.exoplatform.clouddrive.dropbox.JCRLocalDropboxDrive.ItemInfo
-
Packages that use JCRLocalDropboxDrive.ItemInfo Package Description org.exoplatform.clouddrive.dropbox -
-
Uses of JCRLocalDropboxDrive.ItemInfo in org.exoplatform.clouddrive.dropbox
Subclasses of JCRLocalDropboxDrive.ItemInfo in org.exoplatform.clouddrive.dropbox Modifier and Type Class Description protected classJCRLocalDropboxDrive.FileInfoThe Class FileInfo.protected classJCRLocalDropboxDrive.FolderInfoThe Class FolderInfo.protected classJCRLocalDropboxDrive.MetadataInfo.ParentInfoHierarchical parent info (without item ID inJCRLocalDropboxDrive.MetadataInfo.ParentInfo.getId()).Fields in org.exoplatform.clouddrive.dropbox declared as JCRLocalDropboxDrive.ItemInfo Modifier and Type Field Description protected JCRLocalDropboxDrive.ItemInfoJCRLocalDropboxDrive.JCRLocalDropboxFile. fileDeprecated.Methods in org.exoplatform.clouddrive.dropbox that return JCRLocalDropboxDrive.ItemInfo Modifier and Type Method Description protected JCRLocalDropboxDrive.ItemInfoJCRLocalDropboxDrive.DeletedInfo. asItem()As item.protected JCRLocalDropboxDrive.ItemInfoJCRLocalDropboxDrive.ItemInfo. asItem()As item.protected abstract JCRLocalDropboxDrive.ItemInfoJCRLocalDropboxDrive.MetadataInfo. asItem()As item.protected JCRLocalDropboxDrive.ItemInfoJCRLocalDropboxDrive.UnknownInfo. asItem()As item.Methods in org.exoplatform.clouddrive.dropbox with parameters of type JCRLocalDropboxDrive.ItemInfo Modifier and Type Method Description protected booleanJCRLocalDropboxDrive. hasLocationChanged(javax.jcr.Node node, JCRLocalDropboxDrive.ItemInfo item)Checks for location changed.protected booleanJCRLocalDropboxDrive. hasSameId(javax.jcr.Node node, JCRLocalDropboxDrive.ItemInfo item)Checks for same ID of local node and remote item.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.
-