Uses of Interface
org.jbpm.services.task.internals.lifecycle.LifeCycleManager
-
Packages that use LifeCycleManager Package Description org.jbpm.services.task.commands org.jbpm.services.task.impl org.jbpm.services.task.internals.lifecycle -
-
Uses of LifeCycleManager in org.jbpm.services.task.commands
Methods in org.jbpm.services.task.commands that return LifeCycleManager Modifier and Type Method Description LifeCycleManager
TaskContext. getMvelLifeCycleManager()
-
Uses of LifeCycleManager in org.jbpm.services.task.impl
Methods in org.jbpm.services.task.impl with parameters of type LifeCycleManager Modifier and Type Method Description void
TaskInstanceServiceImpl. setLifeCycleManager(LifeCycleManager lifeCycleManager)
Constructors in org.jbpm.services.task.impl with parameters of type LifeCycleManager Constructor Description TaskInstanceServiceImpl(org.kie.internal.task.api.TaskContext context, org.kie.internal.task.api.TaskPersistenceContext persistenceContext, LifeCycleManager lifeCycleManager, TaskEventSupport taskEventSupport, org.kie.api.runtime.Environment environment)
-
Uses of LifeCycleManager in org.jbpm.services.task.internals.lifecycle
Classes in org.jbpm.services.task.internals.lifecycle that implement LifeCycleManager Modifier and Type Class Description class
MVELLifeCycleManager
-