Package | Description |
---|---|
com.flowable.platform.engine | |
com.flowable.platform.engine.impl.configuration.system | |
com.flowable.platform.service.configuration.service |
Modifier and Type | Field and Description |
---|---|
protected Map<String,SystemConfigurationConfigurer> |
PlatformEngineConfiguration.systemConfigurationConfigurers |
Modifier and Type | Method and Description |
---|---|
Map<String,SystemConfigurationConfigurer> |
PlatformEngineConfiguration.getSystemConfigurationConfigurers() |
Modifier and Type | Method and Description |
---|---|
void |
PlatformEngineConfiguration.addSystemConfigurationConfigurer(SystemConfigurationConfigurer systemConfigurationConfigurer) |
Modifier and Type | Method and Description |
---|---|
void |
PlatformEngineConfiguration.setSystemConfigurationConfigurers(Collection<SystemConfigurationConfigurer> systemConfigurationConfigurers) |
Modifier and Type | Field and Description |
---|---|
protected SystemConfigurationConfigurer |
SystemConfigurationBuilderImpl.configurer |
Constructor and Description |
---|
SystemConfigurationBuilderImpl(CommandExecutor commandExecutor,
SystemConfigurationConfigurer configurer,
String configurationId) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncExecutorSystemConfigurationConfigurer |
class |
HikariDataSourceSystemConfigurationConfigurer |
class |
OracleUcpDataSourceSystemConfigurationConfigurer |
class |
ThreadPoolTaskExecutorSystemConfigurationConfigurer |
class |
UnsupportedSystemConfigurationConfigurer |
Modifier and Type | Method and Description |
---|---|
static SystemConfigurationConfigurer |
ThreadPoolTaskExecutorSystemConfigurationConfigurer.fromTaskExecutor(String type,
TaskExecutor taskExecutor) |