| Package | Description |
|---|---|
| org.flowable.form.engine | |
| org.flowable.form.engine.impl | |
| org.flowable.form.engine.impl.test | |
| org.flowable.form.engine.test |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,FormEngine> |
FormEngines.formEngines |
| Modifier and Type | Method and Description |
|---|---|
FormEngine |
FormEngineConfiguration.buildFormEngine() |
protected static FormEngine |
FormEngines.buildFormEngine(URL resource) |
static FormEngine |
FormEngines.getDefaultFormEngine() |
static FormEngine |
FormEngines.getFormEngine(String formEngineName)
Obtain a form engine by name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,FormEngine> |
FormEngines.getFormEngines()
provides access to form engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FormEngines.registerFormEngine(FormEngine formEngine)
Registers the given form engine.
|
static void |
FormEngines.unregister(FormEngine formEngine)
Unregisters the given form engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected FormEngine |
AbstractFlowableTestCase.formEngine |
| Modifier and Type | Field and Description |
|---|---|
protected FormEngine |
FlowableFormRule.formEngine |
| Modifier and Type | Method and Description |
|---|---|
FormEngine |
FlowableFormRule.getFormEngine() |
static FormEngine |
FormTestHelper.getFormEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormTestHelper.annotationDeploymentSetUp(FormEngine formEngine,
Class<?> testClass,
String methodName) |
static void |
FormTestHelper.annotationDeploymentTearDown(FormEngine formEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
static void |
FormTestHelper.assertAndEnsureCleanDb(FormEngine formEngine)
Each test is assumed to clean up all DB content it entered.
|
void |
FlowableFormRule.setFormEngine(FormEngine formEngine) |
| Constructor and Description |
|---|
FlowableFormRule(FormEngine formEngine) |
Copyright © 2018 Flowable. All rights reserved.