Uses of Interface
org.jbpm.task.TaskService

Packages that use TaskService
org.jbpm.process.workitem.wsht   
org.jbpm.task.service   
org.jbpm.task.service.local   
org.jbpm.test   
 

Uses of TaskService in org.jbpm.process.workitem.wsht
 

Methods in org.jbpm.process.workitem.wsht that return TaskService
 TaskService GenericHTWorkItemHandler.getClient()
           
 

Methods in org.jbpm.process.workitem.wsht with parameters of type TaskService
 void SyncWSHumanTaskHandler.setClient(TaskService client)
          Deprecated.  
 void GenericHTWorkItemHandler.setClient(TaskService client)
           
 

Constructors in org.jbpm.process.workitem.wsht with parameters of type TaskService
GenericHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
GenericHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
GenericHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
LocalHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
MinaHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
MinaHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
SyncWSHumanTaskHandler(TaskService client)
          Deprecated.  
SyncWSHumanTaskHandler(TaskService client, KnowledgeRuntime session)
          Deprecated.  
SyncWSHumanTaskHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
SyncWSHumanTaskHandler(TaskService client, OnErrorAction action)
          Deprecated.  
 

Uses of TaskService in org.jbpm.task.service
 

Classes in org.jbpm.task.service that implement TaskService
 class SyncTaskServiceWrapper
           
 

Uses of TaskService in org.jbpm.task.service.local
 

Classes in org.jbpm.task.service.local that implement TaskService
 class LocalTaskService
           
 

Methods in org.jbpm.task.service.local that return TaskService
static TaskService LocalHumanTaskService.getTaskService(StatefulKnowledgeSession ksession)
           
 

Uses of TaskService in org.jbpm.test
 

Methods in org.jbpm.test that return TaskService
 TaskService JbpmJUnitTestCase.getTaskService(StatefulKnowledgeSession ksession)
           
 



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