Uses of Class
org.jbpm.db.GraphSession

Packages that use GraphSession
org.jbpm central access to the jbpm database and other services. 
org.jbpm.db provides access the to jBPM database. 
org.jbpm.persistence base persistence classes. 
org.jbpm.persistence.db standalone DB implementation classes for the PersistenceService. 
 

Uses of GraphSession in org.jbpm
 

Methods in org.jbpm that return GraphSession
 GraphSession JbpmContext.getGraphSession()
          more graph (process) related database access.
 

Uses of GraphSession in org.jbpm.db
 

Fields in org.jbpm.db declared as GraphSession
protected  GraphSession AbstractDbTestCase.graphSession
           
 

Methods in org.jbpm.db that return GraphSession
 GraphSession JbpmSession.getGraphSession()
          Deprecated.  
 

Uses of GraphSession in org.jbpm.persistence
 

Methods in org.jbpm.persistence that return GraphSession
 GraphSession PersistenceService.getGraphSession()
           
 

Methods in org.jbpm.persistence with parameters of type GraphSession
 void PersistenceService.setGraphSession(GraphSession graphSession)
           
 

Uses of GraphSession in org.jbpm.persistence.db
 

Fields in org.jbpm.persistence.db declared as GraphSession
protected  GraphSession DbPersistenceService.graphSession
           
 

Methods in org.jbpm.persistence.db that return GraphSession
 GraphSession DbPersistenceService.getGraphSession()
           
 

Methods in org.jbpm.persistence.db with parameters of type GraphSession
 void DbPersistenceService.setGraphSession(GraphSession graphSession)
           
 



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