Uses of Interface
com.flowable.platform.api.configuration.system.SystemConfigurationConfigurer
-
Packages that use SystemConfigurationConfigurer Package Description com.flowable.platform.engine com.flowable.platform.engine.impl.configuration.system com.flowable.platform.service.configuration.service -
-
Uses of SystemConfigurationConfigurer in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type SystemConfigurationConfigurer Modifier and Type Field Description protected Map<String,SystemConfigurationConfigurer>
PlatformEngineConfiguration. systemConfigurationConfigurers
Methods in com.flowable.platform.engine that return types with arguments of type SystemConfigurationConfigurer Modifier and Type Method Description Map<String,SystemConfigurationConfigurer>
PlatformEngineConfiguration. getSystemConfigurationConfigurers()
Methods in com.flowable.platform.engine with parameters of type SystemConfigurationConfigurer Modifier and Type Method Description void
PlatformEngineConfiguration. addSystemConfigurationConfigurer(SystemConfigurationConfigurer systemConfigurationConfigurer)
Method parameters in com.flowable.platform.engine with type arguments of type SystemConfigurationConfigurer Modifier and Type Method Description void
PlatformEngineConfiguration. setSystemConfigurationConfigurers(Collection<SystemConfigurationConfigurer> systemConfigurationConfigurers)
-
Uses of SystemConfigurationConfigurer in com.flowable.platform.engine.impl.configuration.system
Fields in com.flowable.platform.engine.impl.configuration.system declared as SystemConfigurationConfigurer Modifier and Type Field Description protected SystemConfigurationConfigurer
SystemConfigurationBuilderImpl. configurer
Constructors in com.flowable.platform.engine.impl.configuration.system with parameters of type SystemConfigurationConfigurer Constructor Description SystemConfigurationBuilderImpl(CommandExecutor commandExecutor, SystemConfigurationConfigurer configurer, String configurationId)
-
Uses of SystemConfigurationConfigurer in com.flowable.platform.service.configuration.service
Classes in com.flowable.platform.service.configuration.service that implement SystemConfigurationConfigurer Modifier and Type Class Description class
AsyncExecutorSystemConfigurationConfigurer
class
HikariDataSourceSystemConfigurationConfigurer
class
OracleUcpDataSourceSystemConfigurationConfigurer
class
ThreadPoolTaskExecutorSystemConfigurationConfigurer
class
UnsupportedSystemConfigurationConfigurer
Methods in com.flowable.platform.service.configuration.service that return SystemConfigurationConfigurer Modifier and Type Method Description static SystemConfigurationConfigurer
ThreadPoolTaskExecutorSystemConfigurationConfigurer. fromTaskExecutor(String type, TaskExecutor taskExecutor)
-