| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<AppEngine>> |
SpringAppEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<AppEngine> |
SpringAppEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AutoDeploymentStrategy<AppEngine>> |
SpringAppEngineConfiguration.getDeploymentStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringAppEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<AppEngine>> deploymentStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAppAutoDeploymentStrategy
Abstract base class for implementations of
AutoDeploymentStrategy. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<CmmnEngine>> |
SpringCmmnEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<CmmnEngine> |
SpringCmmnEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AutoDeploymentStrategy<CmmnEngine>> |
SpringCmmnEngineConfiguration.getDeploymentStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringCmmnEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<CmmnEngine>> deploymentStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCmmnAutoDeploymentStrategy
Abstract base class for implementations of
AutoDeploymentStrategyDeploymentStrategy. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonAutoDeploymentStrategy<E>
Common base class for implementations of
AutoDeploymentStrategy. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<DmnEngine>> |
SpringDmnEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<DmnEngine> |
SpringDmnEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AutoDeploymentStrategy<DmnEngine>> |
SpringDmnEngineConfiguration.getDeploymentStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringDmnEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<DmnEngine>> deploymentStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDmnAutoDeploymentStrategy
Abstract base class for implementations of
AutoDeploymentStrategy. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<EventRegistryEngine>> |
SpringEventRegistryEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<EventRegistryEngine> |
SpringEventRegistryEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AutoDeploymentStrategy<EventRegistryEngine>> |
SpringEventRegistryEngineConfiguration.getDeploymentStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringEventRegistryEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<EventRegistryEngine>> deploymentStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventAutoDeploymentStrategy
Abstract base class for implementations of
AutoDeploymentStrategy. |
class |
DefaultAutoDeploymentStrategy
Default implementation of
AutoDeploymentStrategy
that groups all Resources into a single deployment. |
class |
ResourceParentFolderAutoDeploymentStrategy
Implementation of
AutoDeploymentStrategy
that performs a separate deployment for each set of Resources that share the same parent folder. |
class |
SingleResourceAutoDeploymentStrategy
Implementation of
AutoDeploymentStrategy
that performs a separate deployment for each resource by name. |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<FormEngine> |
SpringFormEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AutoDeploymentStrategy<FormEngine>> |
SpringFormEngineConfiguration.getDeploymentStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringFormEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<FormEngine>> deploymentStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormAutoDeploymentStrategy
Abstract base class for implementations of
AutoDeploymentStrategy. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<ProcessEngine>> |
SpringProcessEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<ProcessEngine> |
SpringProcessEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AutoDeploymentStrategy<ProcessEngine>> |
SpringProcessEngineConfiguration.getDeploymentStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringProcessEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<ProcessEngine>> deploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
SpringProcessEngineConfiguration |
ProcessEngineAutoConfiguration.springProcessEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<IdGenerator> processIdGenerator,
org.springframework.beans.factory.ObjectProvider<IdGenerator> globalIdGenerator,
org.springframework.beans.factory.ObjectProvider<AsyncExecutor> asyncExecutorProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> applicationTaskExecutorProvider,
org.springframework.beans.factory.ObjectProvider<AsyncExecutor> asyncHistoryExecutorProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> taskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> processTaskExecutor,
org.springframework.beans.factory.ObjectProvider<FlowableHttpClient> flowableHttpClient,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<ProcessEngine>>> processEngineAutoDeploymentStrategies) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
SpringCmmnEngineConfiguration |
CmmnEngineAutoConfiguration.cmmnEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<AsyncExecutor> asyncExecutorProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> taskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> cmmnTaskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> applicationTaskExecutorProvider,
org.springframework.beans.factory.ObjectProvider<FlowableHttpClient> flowableHttpClient,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<CmmnEngine>>> cmmnAutoDeploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
SpringDmnEngineConfiguration |
DmnEngineAutoConfiguration.dmnEngineConfiguration(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<DmnEngine>>> dmnAutoDeploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
SpringEventRegistryEngineConfiguration |
EventRegistryAutoConfiguration.eventEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<List<ChannelModelProcessor>> channelModelProcessors,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<EventRegistryEngine>>> eventAutoDeploymentStrategies,
org.springframework.beans.factory.ObjectProvider<org.springframework.scheduling.TaskScheduler> taskScheduler,
org.springframework.beans.factory.ObjectProvider<EventRegistryChangeDetectionExecutor> eventRegistryChangeDetectionExecutor) |
| Modifier and Type | Method and Description |
|---|---|
SpringFormEngineConfiguration |
FormEngineAutoConfiguration.formEngineConfiguration(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<FormEngine>>> formAutoDeploymentStrategies) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessAutoDeploymentStrategy
Abstract base class for implementations of
AutoDeploymentStrategy
for the ProcessEngine. |
Copyright © 2023 Flowable. All rights reserved.