protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
String identifier,
String... process) |
Creates default configuration of RuntimeManager with given strategy and all
processes being added to knowledge base.
|
protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
Map<String,org.kie.api.io.ResourceType> resources) |
Creates default configuration of RuntimeManager with given strategy and all
resources being added to knowledge base.
|
protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
Map<String,org.kie.api.io.ResourceType> resources,
String identifier) |
Creates default configuration of RuntimeManager with given strategy and all
resources being added to knowledge base.
|
protected org.kie.api.runtime.manager.RuntimeManager |
JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy,
Map<String,org.kie.api.io.ResourceType> resources,
org.kie.api.runtime.manager.RuntimeEnvironment environment,
String identifier) |
The lowest level of creation of RuntimeManager that expects to get RuntimeEnvironment
to be given as argument.
|