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 with parameters of type TaskService
 void SyncWSHumanTaskHandler.setClient(TaskService client)
           
 

Constructors in org.jbpm.process.workitem.wsht with parameters of type TaskService
SyncWSHumanTaskHandler(TaskService client)
           
SyncWSHumanTaskHandler(TaskService client, KnowledgeRuntime session)
           
 

Uses of TaskService in org.jbpm.task.service
 

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

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.