| 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 |
|---|---|
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 |
FlowableAppRule.appEngine |
| Modifier and Type | Method and Description |
|---|---|
AppEngine |
FlowableAppRule.getAppEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableAppRule.setAppEngine(AppEngine appEngine) |
| Constructor and Description |
|---|
FlowableAppRule(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,
String methodName) |
static void |
AppTestHelper.annotationDeploymentTearDown(AppEngine appEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
| Modifier and Type | Field and Description |
|---|---|
protected AppEngine |
AppEngineFactoryBean.appEngine |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<AppEngine>> |
SpringAppEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
AppEngine |
SpringAppEngineConfiguration.buildAppEngine() |
static AppEngine |
SpringAppConfigurationHelper.buildAppEngine(URL resource) |
AppEngine |
AppEngineFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<AppEngine> |
SpringAppEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<AppEngine>> |
SpringAppEngineConfiguration.getDeploymentStrategies() |
Class<AppEngine> |
AppEngineFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpringAppEngineConfiguration.autoDeployResources(AppEngine appEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringAppEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<AppEngine>> deploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
AppEngine engine) |
protected LockManager |
AbstractAppAutoDeploymentStrategy.getLockManager(AppEngine engine,
String deploymentNameHint) |
| Modifier and Type | Field and Description |
|---|---|
protected AppEngine |
SpringFlowableAppTestCase.appEngine |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,AppEngine> |
SpringFlowableAppTestCase.cachedAppEngines |
| Modifier and Type | Method and Description |
|---|---|
AppManagementService |
AppEngineServicesAutoConfiguration.appManagementServiceBean(AppEngine appEngine) |
AppRepositoryService |
AppEngineServicesAutoConfiguration.appRepositoryServiceBean(AppEngine appEngine) |
| Modifier and Type | Method and Description |
|---|---|
SpringAppEngineConfiguration |
AppEngineAutoConfiguration.springAppEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<AppEngine>>> appAutoDeploymentStrategies) |
Copyright © 2023 Flowable. All rights reserved.