Uses of Class
org.apache.jackrabbit.core.version.NodeStateEx

Packages that use NodeStateEx
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of NodeStateEx in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version that return NodeStateEx
 NodeStateEx NodeStateEx.addNode(QName nodeName, QName nodeTypeName, NodeId id, boolean referenceable)
          Adds a new child node with the given name
 NodeStateEx[] NodeStateEx.getChildNodes()
          returns all child nodes
 NodeStateEx NodeStateEx.getNode(QName name, int index)
          retrieves the child node with the given name and 1-base index or null if the node does not exist.
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.