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(Name nodeName, Name nodeTypeName, NodeId id, boolean referenceable)
          Adds a new child node with the given name
 NodeStateEx[] NodeStateEx.getChildNodes()
          returns all child nodes
 NodeStateEx NodeStateEx.getNode(Name name, int index)
          retrieves the child node with the given name and 1-base index or null if the node does not exist.
protected  NodeStateEx XAVersionManager.getNodeStateEx(NodeId parentNodeId)
          Returns the node with the given persistent id.
protected  NodeStateEx VersionManagerImpl.getNodeStateEx(NodeId parentNodeId)
          Returns the node with the given persistent id.
 



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