|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphSession.Operations | |
|---|---|
| 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.Operations in org.jboss.dna.graph.session |
|---|
| Classes in org.jboss.dna.graph.session that implement GraphSession.Operations | |
|---|---|
static class |
GraphSession.NodeOperations<Payload,PropertyPayload>
A default implementation of GraphSession.Operations that provides all the basic functionality required by a graph
session. |
| Constructors in org.jboss.dna.graph.session with parameters of type GraphSession.Operations | |
|---|---|
GraphSession(Graph graph,
String workspaceName,
GraphSession.Operations<Payload,PropertyPayload> nodeOperations)
Create a session that uses the supplied graph and the supplied node operations. |
|
GraphSession(Graph graph,
String workspaceName,
GraphSession.Operations<Payload,PropertyPayload> nodeOperations,
GraphSession.Authorizer authorizer)
Create a session that uses the supplied graph and the supplied node operations. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||