|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphSession.NodeId | |
|---|---|
| org.jboss.dna.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.jboss.dna.graph.session |
|---|
| Methods in org.jboss.dna.graph.session that return GraphSession.NodeId | |
|---|---|
GraphSession.NodeId |
GraphSession.NodeIdFactory.create()
|
GraphSession.NodeId |
GraphSession.Node.getNodeId()
|
| Methods in org.jboss.dna.graph.session with parameters of type GraphSession.NodeId | |
|---|---|
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. |
| Constructors in org.jboss.dna.graph.session with parameters of type GraphSession.NodeId | |
|---|---|
GraphSession.Node(GraphSession<Payload,PropertyPayload> cache,
GraphSession.Node<Payload,PropertyPayload> parent,
GraphSession.NodeId nodeId,
Location location)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||