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   
 

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, org.drools.runtime.KnowledgeRuntime session)
           
SyncWSHumanTaskHandler(TaskService client, org.drools.runtime.KnowledgeRuntime session, OnErrorAction action)
           
SyncWSHumanTaskHandler(TaskService client, OnErrorAction action)
           
 

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(org.drools.runtime.StatefulKnowledgeSession ksession)
           
 



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