Uses of Interface
org.kie.api.runtime.manager.RuntimeManager
Packages that use RuntimeManager
-
Uses of RuntimeManager in org.kie.api.runtime.manager
Methods in org.kie.api.runtime.manager that return RuntimeManagerModifier and TypeMethodDescriptionRuntimeManagerFactory.newPerCaseRuntimeManager(RuntimeEnvironment environment) Produces new instance of per caseRuntimeManagerwith default identifier.RuntimeManagerFactory.newPerCaseRuntimeManager(RuntimeEnvironment environment, String identifier) Produces new instance of per caseRuntimeManagerwith custom identifier.RuntimeManagerFactory.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment) Produces new instance of per process instanceRuntimeManagerwith default identifier.RuntimeManagerFactory.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment, String identifier) Produces new instance of per process instanceRuntimeManagerwith custom identifier.RuntimeManagerFactory.newPerRequestRuntimeManager(RuntimeEnvironment environment) Produces new instance of per requestRuntimeManagerwith default identifier.RuntimeManagerFactory.newPerRequestRuntimeManager(RuntimeEnvironment environment, String identifier) Produces new instance of per requestRuntimeManagerwith custom identifier.RuntimeManagerFactory.newSingletonRuntimeManager(RuntimeEnvironment environment) Produces new instance of singletonRuntimeManagerwith default identifier.RuntimeManagerFactory.newSingletonRuntimeManager(RuntimeEnvironment environment, String identifier) Produces new instance of singletonRuntimeManagerwith custom identifier.