Uses of Interface
org.modeshape.graph.session.GraphSession.Operations

Packages that use GraphSession.Operations
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.Operations in org.modeshape.graph.session
 

Classes in org.modeshape.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.
 

Fields in org.modeshape.graph.session declared as GraphSession.Operations
protected  GraphSession.Operations<Payload,PropertyPayload> GraphSession.nodeOperations
           
 

Constructors in org.modeshape.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.
 



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