Package | Description |
---|---|
org.apache.chemistry.opencmis.jcr | |
org.apache.chemistry.opencmis.jcr.impl | |
org.apache.chemistry.opencmis.jcr.type |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
JcrDocument |
JcrNode.asDocument() |
Modifier and Type | Method and Description |
---|---|
JcrNode |
JcrFolder.addNodeFromSource(JcrDocument source,
Properties properties)
See CMIS 1.0 section 2.2.4.2 createDocumentFromSource
|
Modifier and Type | Method and Description |
---|---|
JcrDocument |
DefaultUnversionedDocumentTypeHandler.getJcrNode(javax.jcr.Node node) |
JcrDocument |
DefaultDocumentTypeHandler.getJcrNode(javax.jcr.Node node) |
Modifier and Type | Method and Description |
---|---|
JcrDocument |
JcrDocumentTypeHandler.getJcrNode(javax.jcr.Node node) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.