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 NodeBuilder.getNodeState()
          Returns an immutable node state that matches the current state of the builder.
 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 by NodeStateDiff.compare(NodeState, NodeState) for all added child nodes.
 void TraversingNodeDiffHandler.childNodeChanged(String name, NodeState before, NodeState after)
           
 void NodeStateDiff.childNodeChanged(String name, NodeState before, NodeState after)
          Called by NodeStateDiff.compare(NodeState, NodeState) for all changed child nodes.
 void NodeStateDiff.childNodeDeleted(String name, NodeState before)
          Called by NodeStateDiff.compare(NodeState, NodeState) for all deleted child nodes.
 void NodeStateDiff.compare(NodeState before, NodeState after)
          Compares the given two node states.
 NodeBuilder NodeStore.getNodeBuilder(NodeState base)
          Returns a builder for constructing a new or modified node state.
 void NodeBuilder.setChildNode(String name, NodeState childNode)
          Sets or removes the named child node.
 void NodeStore.setRoot(NodeState newRoot)
          Updates the state of the content tree.
 void TraversingNodeDiffHandler.start(NodeState before, NodeState after)
           
 void TraversingNodeDiffHandler.start(NodeState before, NodeState after, String path)
           
 

Constructors in org.apache.jackrabbit.mk.model with parameters of type NodeState
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 DefaultRevisionStore.getNodeState(StoredNode node)
           
 NodeState CopyingGC.getNodeState(StoredNode node)
           
 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
 Id DefaultRevisionStore.getId(NodeState node)
           
 Id CopyingGC.getId(NodeState node)
           
 Id RevisionProvider.getId(NodeState node)
          Adapts the given NodeState to the corresponding identifier.
 



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