Uses of Interface
org.exoplatform.clouddrive.cmis.JCRLocalCMISDrive.LocalFile
-
Packages that use JCRLocalCMISDrive.LocalFile Package Description org.exoplatform.clouddrive.cmis -
-
Uses of JCRLocalCMISDrive.LocalFile in org.exoplatform.clouddrive.cmis
Classes in org.exoplatform.clouddrive.cmis that implement JCRLocalCMISDrive.LocalFile Modifier and Type Class Description protected classJCRLocalCMISDrive.FileAPI.ContextLocalFileThe Class ContextLocalFile.Methods in org.exoplatform.clouddrive.cmis that return JCRLocalCMISDrive.LocalFile Modifier and Type Method Description protected JCRLocalCMISDrive.LocalFileJCRLocalCMISDrive.FileAPI. context(String fileId, javax.jcr.Node fileNode)Context.Methods in org.exoplatform.clouddrive.cmis with parameters of type JCRLocalCMISDrive.LocalFile Modifier and Type Method Description protected org.apache.chemistry.opencmis.client.api.DocumentCMISAPI. updateContent(String id, String name, InputStream data, String mimeType, JCRLocalCMISDrive.LocalFile local)Update document name (if differs with remote) and its content stream.protected org.apache.chemistry.opencmis.client.api.CmisObjectCMISAPI. updateObject(String parentId, String id, String name, JCRLocalCMISDrive.LocalFile local)Update CMIS object name and parent (if object was moved locally).
-