Uses of Interface
org.modeshape.graph.Results

Packages that use Results
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
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 Results in org.modeshape.graph
 

Methods in org.modeshape.graph that return Results
 Results Graph.Batch.execute()
          Stop accumulating the requests, submit them to the repository source, and return the results.
 Results Graph.Executable.execute()
          Stop accumulating the requests, submit them to the repository source, and return the results.
 

Uses of Results in org.modeshape.graph.session
 

Methods in org.modeshape.graph.session with parameters of type Results
protected  void GraphSession.Node.refreshPhase2(GraphSession.RefreshState<Payload,PropertyPayload> refreshState, Results persistentInfoForRefreshedNodes)
          Phase 2 of the process of refreshing the cached content while retaining changes.
 



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