| Package | Description |
|---|---|
| com.flowable.app.engine | |
| com.flowable.app.engine.impl | |
| com.flowable.app.engine.impl.spring | |
| com.flowable.app.engine.test | |
| com.flowable.app.engine.test.impl |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,AppEngine> |
AppEngines.appEngines |
| Modifier and Type | Method and Description |
|---|---|
AppEngine |
AppEngineConfiguration.buildAppEngine() |
protected static AppEngine |
AppEngines.buildAppEngine(URL resource) |
static AppEngine |
AppEngines.getAppEngine(String appEngineName)
Obtain an app engine by name.
|
static AppEngine |
AppEngines.getDefaultAppEngine() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,AppEngine> |
AppEngines.getAppEngines()
provides access to app engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppEngineConfiguration.autoDeployResources(AppEngine appEngine) |
static void |
AppEngines.registerAppEngine(AppEngine appEngine)
Registers the given app engine.
|
static void |
AppEngines.unregister(AppEngine appEngine)
Unregisters the given app engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected AppEngine |
AppEngineFactoryBean.appEngine |
| Modifier and Type | Method and Description |
|---|---|
static AppEngine |
SpringAppConfigurationHelper.buildAppEngine(URL resource) |
AppEngine |
AppEngineFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
Class<AppEngine> |
AppEngineFactoryBean.getObjectType() |
| Modifier and Type | Field and Description |
|---|---|
protected AppEngine |
FlowableAppTestHelper.appEngine |
protected AppEngine |
FlowableAppRule.appEngine |
| Modifier and Type | Method and Description |
|---|---|
protected AppEngine |
FlowableAppExtension.createAppEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
AppEngine |
FlowableAppTestHelper.getAppEngine() |
AppEngine |
FlowableAppRule.getAppEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableAppRule.setAppEngine(AppEngine appEngine) |
| Constructor and Description |
|---|
FlowableAppRule(AppEngine appEngine) |
FlowableAppTestHelper(AppEngine appEngine) |
| Modifier and Type | Method and Description |
|---|---|
static AppEngine |
AppTestHelper.getAppEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AppTestHelper.annotationDeploymentSetUp(AppEngine appEngine,
Class<?> testClass,
Method method,
AppDeployment deploymentAnnotation) |
static String |
AppTestHelper.annotationDeploymentSetUp(AppEngine appEngine,
Class<?> testClass,
String methodName) |
static void |
AppTestHelper.annotationDeploymentTearDown(AppEngine appEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
Copyright © 2019. All rights reserved.