|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcrNode | |
---|---|
org.apache.chemistry.opencmis.jcr |
Uses of JcrNode in org.apache.chemistry.opencmis.jcr |
---|
Subclasses of JcrNode in org.apache.chemistry.opencmis.jcr | |
---|---|
class |
JcrDocument
Instances of this class represent a cmis:document backed by an underlying JCR Node . |
class |
JcrFolder
Instances of this class represent a cmis:folder backed by an underlying JCR Node . |
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 JcrNode | |
---|---|
JcrNode |
JcrFolder.addFolder(String name,
String typeId,
Properties properties)
See CMIS 1.0 section 2.2.4.3 createFolder |
JcrNode |
JcrFolder.addNode(String name,
String typeId,
Properties properties,
ContentStream contentStream,
VersioningState versioningState)
See CMIS 1.0 section 2.2.4.1 createDocument |
JcrNode |
JcrFolder.addNodeFromSource(JcrDocument source,
Properties properties)
See CMIS 1.0 section 2.2.4.2 createDocumentFromSource |
JcrNode |
JcrNodeFactory.create(javax.jcr.Node node)
Create a new JcrNode from a JCR Node . |
protected JcrNode |
JcrNode.create(javax.jcr.Node node)
Factory method for creating a new JcrNode instance from a JCR Node |
JcrNode |
JcrNode.getNode(String path)
Factory method creating a new JcrNode from a node at a given JCR path. |
JcrNode |
JcrNode.move(JcrFolder parent)
See CMIS 1.0 section 2.2.4.13 moveObject |
JcrNode |
JcrDocument.setContentStream(ContentStream contentStream,
boolean overwriteFlag)
See CMIS 1.0 section 2.2.4.16 setContentStream |
JcrNode |
JcrNode.updateProperties(Properties properties)
See CMIS 1.0 section 2.2.4.12 updateProperties |
Methods in org.apache.chemistry.opencmis.jcr that return types with arguments of type JcrNode | |
---|---|
Iterator<JcrNode> |
JcrFolder.getNodes()
See CMIS 1.0 section 2.2.3.1 getChildren |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |