jBPM distribution 6.0.0.Alpha9

Uses of Interface
org.jbpm.task.api.TaskDefService

Packages that use TaskDefService
org.jbpm.task.api   
org.jbpm.task.commands   
org.jbpm.task.impl   
org.jbpm.task.internals.lifecycle   
 

Uses of TaskDefService in org.jbpm.task.api
 

Methods in org.jbpm.task.api that return TaskDefService
 TaskDefService TaskServiceEntryPoint.getTaskDefService()
           
 

Methods in org.jbpm.task.api with parameters of type TaskDefService
 void TaskServiceEntryPoint.setTaskDefService(TaskDefService defService)
           
 

Uses of TaskDefService in org.jbpm.task.commands
 

Methods in org.jbpm.task.commands that return TaskDefService
 TaskDefService TaskContext.getTaskDefService()
           
 

Methods in org.jbpm.task.commands with parameters of type TaskDefService
 void TaskContext.setTaskDefService(TaskDefService taskDefService)
           
 

Uses of TaskDefService in org.jbpm.task.impl
 

Classes in org.jbpm.task.impl that implement TaskDefService
 class TaskDefServiceImpl
           
 

Methods in org.jbpm.task.impl that return TaskDefService
 TaskDefService TaskServiceEntryPointImpl.getTaskDefService()
           
 

Methods in org.jbpm.task.impl with parameters of type TaskDefService
 void TaskServiceEntryPointImpl.setTaskDefService(TaskDefService taskDefService)
           
 

Constructors in org.jbpm.task.impl with parameters of type TaskDefService
TaskInstanceServiceImpl(TaskDefService taskDefService, LifeCycleManager lifeCycleManager)
           
 

Uses of TaskDefService in org.jbpm.task.internals.lifecycle
 

Constructors in org.jbpm.task.internals.lifecycle with parameters of type TaskDefService
MVELLifeCycleManager(TaskDefService taskDefService, TaskQueryService taskQueryService, TaskIdentityService taskIdentityService, TaskLifeCycleEventListener eventListener)
           
 


jBPM distribution 6.0.0.Alpha9

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