Uses of Class
org.apache.jackrabbit.core.state.NodeState.ChildNodeEntry

Packages that use NodeState.ChildNodeEntry
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.state   
 

Uses of NodeState.ChildNodeEntry in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return NodeState.ChildNodeEntry
protected  NodeState.ChildNodeEntry ZombieHierarchyManager.getChildNodeEntry(NodeState parent, QName name, int index)
          Returns the ChildNodeEntry of parent with the specified name and index or null if there's no such entry.

Low-level hook provided for specialized derived classes.

Also allows for removed/renamed child node entries.

protected  NodeState.ChildNodeEntry ZombieHierarchyManager.getChildNodeEntry(NodeState parent, String uuid)
          Returns the ChildNodeEntry of parent with the specified uuid or null if there's no such entry.

Low-level hook provided for specialized derived classes.

Also allows for removed child node entries.

protected  NodeState.ChildNodeEntry HierarchyManagerImpl.getChildNodeEntry(NodeState parent, String uuid)
          Returns the ChildNodeEntry of parent with the specified uuid or null if there's no such entry.
protected  NodeState.ChildNodeEntry HierarchyManagerImpl.getChildNodeEntry(NodeState parent, QName name, int index)
          Returns the ChildNodeEntry of parent with the specified name and index or null if there's no such entry.
 

Uses of NodeState.ChildNodeEntry in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that return NodeState.ChildNodeEntry
 NodeState.ChildNodeEntry NodeState.getChildNodeEntry(QName nodeName, int index)
          Returns the ChildNodeEntry with the specified name and index or null if there's no such entry.
 NodeState.ChildNodeEntry NodeState.getChildNodeEntry(String uuid)
          Returns the ChildNodeEntry with the specified uuid or null if there's no such entry.
 NodeState.ChildNodeEntry NodeState.addChildNodeEntry(QName nodeName, String uuid)
          Adds a new ChildNodeEntry.
 NodeState.ChildNodeEntry NodeState.ChildNodeEntry.getNextSibling()
           
 

Methods in org.apache.jackrabbit.core.state with parameters of type NodeState.ChildNodeEntry
protected  void NodeState.notifyNodeAdded(NodeState.ChildNodeEntry added)
          Notify the listeners that a child node entry has been added
protected  void NodeState.notifyNodeRemoved(NodeState.ChildNodeEntry removed)
          Notify the listeners that a child node entry has been removed
 



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