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

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

Uses of ChildNodeEntry in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return ChildNodeEntry
protected  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.
protected  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  ChildNodeEntry ZombieHierarchyManager.getChildNodeEntry(NodeState parent, NodeId id)
          Returns the ChildNodeEntry of parent with the specified uuid or null if there's no such entry.
protected  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 ChildNodeEntry in org.apache.jackrabbit.core.query
 

Methods in org.apache.jackrabbit.core.query with parameters of type ChildNodeEntry
abstract  void OnWorkspaceInconsistency.handleMissingChildNode(NoSuchItemStateException exception, QueryHandler handler, Path path, NodeState node, ChildNodeEntry child)
          Handle a missing child node state.
 

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

Methods in org.apache.jackrabbit.core.state that return ChildNodeEntry
 ChildNodeEntry NodeState.addChildNodeEntry(Name nodeName, NodeId id)
          Adds a new ChildNodeEntry.
 ChildNodeEntry NodeState.getChildNodeEntry(Name nodeName, int index)
          Returns the ChildNodeEntry with the specified name and index or null if there's no matching entry.
 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 ChildNodeEntry
protected  void NodeState.notifyNodeAdded(ChildNodeEntry added)
          Notify the listeners that a child node entry has been added
protected  void NodeState.notifyNodeRemoved(ChildNodeEntry removed)
          Notify the listeners that a child node entry has been removed
 



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