Uses of Class
org.jbpm.runtime.manager.impl.AbstractRuntimeManager
-
Packages that use AbstractRuntimeManager Package Description org.jbpm.runtime.manager.impl -
-
Uses of AbstractRuntimeManager in org.jbpm.runtime.manager.impl
Subclasses of AbstractRuntimeManager in org.jbpm.runtime.manager.impl Modifier and Type Class Description class
PerCaseRuntimeManager
A RuntimeManager implementation that is backed by the "Per Case" strategy.class
PerProcessInstanceRuntimeManager
A RuntimeManager implementation that is backed by the "Per Process Instance" strategy.class
PerRequestRuntimeManager
A RuntimeManager implementation that is backed by the "Per Request" strategy.class
SingletonRuntimeManager
This RuntimeManager is backed by a "Singleton" strategy, meaning that only oneRuntimeEngine
instance will exist for for the given RuntimeManager instance.Constructors in org.jbpm.runtime.manager.impl with parameters of type AbstractRuntimeManager Constructor Description SynchronizedRuntimeImpl(AbstractRuntimeManager manager, org.kie.api.runtime.KieSession ksession, org.kie.internal.task.api.InternalTaskService taskService)
-