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 classPerCaseRuntimeManagerA RuntimeManager implementation that is backed by the "Per Case" strategy.classPerProcessInstanceRuntimeManagerA RuntimeManager implementation that is backed by the "Per Process Instance" strategy.classPerRequestRuntimeManagerA RuntimeManager implementation that is backed by the "Per Request" strategy.classSingletonRuntimeManagerThis RuntimeManager is backed by a "Singleton" strategy, meaning that only oneRuntimeEngineinstance 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)
-