Uses of Interface
org.jbpm.task.service.persistence.TaskSessionFactory

Packages that use TaskSessionFactory
org.jbpm.task.service   
org.jbpm.task.service.persistence   
 

Uses of TaskSessionFactory in org.jbpm.task.service
 

Methods in org.jbpm.task.service with parameters of type TaskSessionFactory
 void TaskService.setTaskSessionFactory(TaskSessionFactory taskSessionFactory)
          Setter of the TaskSessionFactory field for Spring.
 

Uses of TaskSessionFactory in org.jbpm.task.service.persistence
 

Classes in org.jbpm.task.service.persistence that implement TaskSessionFactory
 class TaskSessionFactoryImpl
          DO NOT USE THIS CLASS.
 class TaskSessionSpringFactoryImpl
          THE ONLY ACCEPTED USE OF THIS CLASS IS AS AN INJECTED CLASS.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.