Uses of Interface
org.apache.jackrabbit.mk.model.NodeState

Packages that use NodeState
org.apache.jackrabbit.mk.core   
org.apache.jackrabbit.mk.model   
org.apache.jackrabbit.mk.store   
 

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

Methods in org.apache.jackrabbit.mk.core that return NodeState
 NodeState Repository.getNodeState(Id revId, String path)
           
 

Uses of NodeState in org.apache.jackrabbit.mk.model
 

Classes in org.apache.jackrabbit.mk.model that implement NodeState
 class AbstractNodeState
          Abstract base class for NodeState implementations.
 

Methods in org.apache.jackrabbit.mk.model that return NodeState
 NodeState NodeState.getChildNode(String name)
          Returns the named child node.
 NodeState AbstractNodeState.getChildNode(String name)
           
 NodeState ChildNodeEntry.getNode()
          TODO: document
 NodeState NodeStore.getRoot()
          Returns the latest state of the content tree.
 

Methods in org.apache.jackrabbit.mk.model with parameters of type NodeState
 void NodeStateDiff.childNodeAdded(String name, NodeState after)
          Called for all added child nodes.
 void TraversingNodeDiffHandler.childNodeChanged(String name, NodeState before, NodeState after)
           
 void NodeStateDiff.childNodeChanged(String name, NodeState before, NodeState after)
          Called for all changed child nodes.
 void NodeStateDiff.childNodeDeleted(String name, NodeState before)
          Called for all deleted child nodes.
 void NodeStore.compare(NodeState before, NodeState after, NodeStateDiff diff)
          Compares the given two node states.
 void TraversingNodeDiffHandler.start(NodeState before, NodeState after, String path)
           
 

Constructors in org.apache.jackrabbit.mk.model with parameters of type NodeState
DiffBuilder(NodeState before, NodeState after, String path, NodeStore store, String pathFilter)
           
NodeDelta(RevisionProvider provider, NodeState node1, NodeState node2)
           
 

Uses of NodeState in org.apache.jackrabbit.mk.store
 

Methods in org.apache.jackrabbit.mk.store that return NodeState
 NodeState RevisionProvider.getNodeState(StoredNode node)
          Adapts the given StoredNode to a corresponding NodeState instance.
 

Methods in org.apache.jackrabbit.mk.store with parameters of type NodeState
 void DefaultRevisionStore.compare(NodeState before, NodeState after, NodeStateDiff diff)
           
 Id RevisionProvider.getId(NodeState node)
          Adapts the given NodeState to the corresponding identifier.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.