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

Packages that use NodeState.ChildNodeEntry
org.apache.jackrabbit.core   
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, Name name, int index)
          Returns the ChildNodeEntry of parent with the specified name and index or null if there's no such entry.

Also allows for removed/renamed child node entries.

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

Also allows for removed child node entries.

protected  NodeState.ChildNodeEntry HierarchyManagerImpl.getChildNodeEntry(NodeState parent, NodeId id)
          Returns the ChildNodeEntry of parent with the specified uuid 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.addChildNodeEntry(Name nodeName, NodeId id)
          Adds a new ChildNodeEntry.
 NodeState.ChildNodeEntry NodeState.getChildNodeEntry(Name nodeName, int index)
          Returns the ChildNodeEntry with the specified name and index or null if there's no matching entry.
 NodeState.ChildNodeEntry NodeState.getChildNodeEntry(NodeId id)
          Returns the ChildNodeEntry with the specified NodeId or null if there's no matching entry.
 

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-2008 The Apache Software Foundation. All Rights Reserved.