Uses of Class
org.jbpm.db.TaskMgmtSession

Packages that use TaskMgmtSession
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 TaskMgmtSession in org.jbpm
 

Methods in org.jbpm that return TaskMgmtSession
 TaskMgmtSession JbpmContext.getTaskMgmtSession()
          more task related database access.
 

Uses of TaskMgmtSession in org.jbpm.db
 

Fields in org.jbpm.db declared as TaskMgmtSession
protected  TaskMgmtSession AbstractDbTestCase.taskMgmtSession
           
 

Methods in org.jbpm.db that return TaskMgmtSession
 TaskMgmtSession JbpmSession.getTaskMgmtSession()
          Deprecated.  
 

Uses of TaskMgmtSession in org.jbpm.persistence
 

Methods in org.jbpm.persistence that return TaskMgmtSession
 TaskMgmtSession PersistenceService.getTaskMgmtSession()
           
 

Methods in org.jbpm.persistence with parameters of type TaskMgmtSession
 void PersistenceService.setTaskMgmtSession(TaskMgmtSession taskMgmtSession)
           
 

Uses of TaskMgmtSession in org.jbpm.persistence.db
 

Fields in org.jbpm.persistence.db declared as TaskMgmtSession
protected  TaskMgmtSession DbPersistenceService.taskMgmtSession
           
 

Methods in org.jbpm.persistence.db that return TaskMgmtSession
 TaskMgmtSession DbPersistenceService.getTaskMgmtSession()
           
 

Methods in org.jbpm.persistence.db with parameters of type TaskMgmtSession
 void DbPersistenceService.setTaskMgmtSession(TaskMgmtSession taskMgmtSession)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.