| Package | Description |
|---|---|
| org.flowable.cmmn.engine | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.cmmn.engine.test | |
| org.flowable.cmmn.engine.test.impl |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,CmmnEngine> |
CmmnEngines.cmmnEngines |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngine |
CmmnEngineConfiguration.buildCmmnEngine() |
protected static CmmnEngine |
CmmnEngines.buildCmmnEngine(URL resource) |
static CmmnEngine |
CmmnEngines.getCmmnEngine(String cmmnEngineName)
Obtain a cmmn engine by name.
|
static CmmnEngine |
CmmnEngines.getDefaultCmmnEngine() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,CmmnEngine> |
CmmnEngines.getCmmnEngines()
provides access to cmmn engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CmmnEngines.registerCmmnEngine(CmmnEngine cmmnEngine)
Registers the given cmmn engine.
|
static void |
CmmnEngines.unregister(CmmnEngine cmmnEngine)
Unregisters the given cmmn engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngine |
FlowableCmmnTestHelper.cmmnEngine |
protected static CmmnEngine |
FlowableCmmnTestCase.cmmnEngine |
protected CmmnEngine |
FlowableCmmnRule.cmmnEngine |
| Modifier and Type | Method and Description |
|---|---|
protected CmmnEngine |
FlowableCmmnExtension.createCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
CmmnEngine |
FlowableCmmnTestHelper.getCmmnEngine() |
CmmnEngine |
FlowableCmmnRule.getCmmnEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableCmmnRule.setCmmnEngine(CmmnEngine cmmnEngine) |
| Constructor and Description |
|---|
FlowableCmmnRule(CmmnEngine cmmnEngine) |
FlowableCmmnTestHelper(CmmnEngine cmmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
static CmmnEngine |
CmmnTestHelper.getCmmnEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine,
Class<?> testClass,
Method method) |
static String |
CmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine,
Class<?> testClass,
Method method,
CmmnDeployment deploymentAnnotation) |
static String |
CmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine,
Class<?> testClass,
String methodName) |
static void |
CmmnTestHelper.annotationDeploymentTearDown(CmmnEngine cmmnEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
static void |
CmmnJobTestHelper.waitForJobExecutorToProcessAllJobs(CmmnEngine cmmnEngine,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
Copyright © 2019 Flowable. All rights reserved.