| Package | Description |
|---|---|
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl | |
| org.flowable.dmn.engine.impl.test | |
| org.flowable.dmn.engine.test |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,DmnEngine> |
DmnEngines.dmnEngines |
| Modifier and Type | Method and Description |
|---|---|
DmnEngine |
DmnEngineConfiguration.buildDmnEngine() |
protected static DmnEngine |
DmnEngines.buildDmnEngine(URL resource) |
static DmnEngine |
DmnEngines.getDefaultDmnEngine() |
static DmnEngine |
DmnEngines.getDmnEngine(String dmnEngineName)
obtain a dmn engine by name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DmnEngine> |
DmnEngines.getDmnEngines()
provides access to dmn engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DmnEngines.registerDmnEngine(DmnEngine dmnEngine)
Registers the given dmn engine.
|
static void |
DmnEngines.unregister(DmnEngine dmnEngine)
Unregisters the given dmn engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DmnEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected static DmnEngine |
PluggableFlowableDmnTestCase.cachedDmnEngine |
protected DmnEngine |
AbstractFlowableDmnTestCase.dmnEngine |
| Modifier and Type | Field and Description |
|---|---|
protected DmnEngine |
FlowableDmnTestHelper.dmnEngine |
protected DmnEngine |
FlowableDmnRule.dmnEngine |
| Modifier and Type | Method and Description |
|---|---|
protected DmnEngine |
FlowableDmnExtension.createDmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
DmnEngine |
FlowableDmnTestHelper.getDmnEngine() |
DmnEngine |
FlowableDmnRule.getDmnEngine() |
static DmnEngine |
DmnTestHelper.getDmnEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine,
Class<?> testClass,
Method method,
DmnDeployment dmnDeploymentAnnotation) |
static String |
DmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine,
Class<?> testClass,
Method method,
DmnDeploymentAnnotation dmnDeploymentAnnotation) |
static String |
DmnTestHelper.annotationDeploymentSetUp(DmnEngine dmnEngine,
Class<?> testClass,
String methodName) |
static void |
DmnTestHelper.annotationDeploymentTearDown(DmnEngine dmnEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
static void |
DmnTestHelper.assertAndEnsureCleanDb(DmnEngine dmnEngine)
Each test is assumed to clean up all DB content it entered.
|
protected static String |
DmnTestHelper.deployResourceFromAnnotation(DmnEngine dmnEngine,
Class<?> testClass,
String methodName,
Method method,
String[] resources) |
void |
FlowableDmnRule.setDmnEngine(DmnEngine dmnEngine) |
| Constructor and Description |
|---|
FlowableDmnRule(DmnEngine dmnEngine) |
FlowableDmnTestHelper(DmnEngine dmnEngine) |
Copyright © 2018 Flowable. All rights reserved.