Uses of Class
org.modeshape.graph.session.GraphSession.NodeId

Packages that use GraphSession.NodeId
org.modeshape.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
 

Uses of GraphSession.NodeId in org.modeshape.graph.session
 

Fields in org.modeshape.graph.session with type parameters of type GraphSession.NodeId
protected  Map<GraphSession.NodeId,GraphSession.Dependencies> GraphSession.changeDependencies
          A map that records how the changes to a node are dependent upon other nodes.
protected  Map<GraphSession.NodeId,GraphSession.Node<Payload,PropertyPayload>> GraphSession.nodes
          A map of the nodes keyed by their identifier.
 

Methods in org.modeshape.graph.session that return GraphSession.NodeId
 GraphSession.NodeId GraphSession.NodeIdFactory.create()
           
 GraphSession.NodeId GraphSession.Snapshot.getId()
           
 GraphSession.NodeId GraphSession.Dependencies.getMovedFrom()
           
 GraphSession.NodeId GraphSession.Node.getNodeId()
           
 

Methods in org.modeshape.graph.session that return types with arguments of type GraphSession.NodeId
 Set<GraphSession.NodeId> GraphSession.Dependencies.getRequireChangesTo()
           
 

Methods in org.modeshape.graph.session with parameters of type GraphSession.NodeId
 void GraphSession.Dependencies.addRequireChangesTo(GraphSession.NodeId other)
           
protected  GraphSession.Node<Payload,PropertyPayload> GraphSession.createNode(GraphSession.Node<Payload,PropertyPayload> parent, GraphSession.NodeId nodeId, Location location)
           
 GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeWith(GraphSession.NodeId id)
          Find in the session the node with the supplied identifier.
 GraphSession.Node<Payload,PropertyPayload> GraphSession.findNodeWith(GraphSession.NodeId id, Path path)
          Find the node with the supplied identifier or, if no such node is found, the node at the supplied path.
protected  GraphSession.Node<Payload,PropertyPayload> GraphSession.node(GraphSession.NodeId id)
           
protected  void GraphSession.removeNode(GraphSession.NodeId id)
           
 void GraphSession.Dependencies.setMovedFrom(GraphSession.NodeId movedFrom)
          Record that this node is being moved from one parent to another.
 

Constructors in org.modeshape.graph.session with parameters of type GraphSession.NodeId
GraphSession.Node(GraphSession<Payload,PropertyPayload> cache, GraphSession.Node<Payload,PropertyPayload> parent, GraphSession.NodeId nodeId, Location location)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.