Uses of Class
org.apache.chemistry.opencmis.jcr.JcrDocument

Packages that use JcrDocument
org.apache.chemistry.opencmis.jcr   
 

Uses of JcrDocument in org.apache.chemistry.opencmis.jcr
 

Subclasses of JcrDocument in org.apache.chemistry.opencmis.jcr
 class JcrPrivateWorkingCopy
          Instances of this class represent a private working copy of a cmis:document backed by an underlying JCR Node.
 class JcrUnversionedDocument
          Instances of this class represent a non versionable cmis:document backed by an underlying JCR Node.
 class JcrVersion
          Instances of this class represent a specific version of a cmis:document backed by an underlying JCR Node.
 class JcrVersionBase
          Instances of this class represent a versionable cmis:document and its versions backed by an underlying JCR Node.
 

Methods in org.apache.chemistry.opencmis.jcr that return JcrDocument
 JcrDocument JcrNode.asDocument()
           
 

Methods in org.apache.chemistry.opencmis.jcr with parameters of type JcrDocument
 JcrNode JcrFolder.addNodeFromSource(JcrDocument source, Properties properties)
          See CMIS 1.0 section 2.2.4.2 createDocumentFromSource
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.