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

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

Methods in org.modeshape.graph.session with parameters of type GraphSession.RefreshState
protected  boolean GraphSession.Node.refreshPhase1(GraphSession.RefreshState<Payload,PropertyPayload> refreshState)
          Phase 1 of the process of refreshing the cached content while retaining changes.
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-2010 JBoss, a division of Red Hat. All Rights Reserved.