Uses of Interface
com.flowable.platform.api.configuration.system.SystemConfigurationConfigurer
Packages that use SystemConfigurationConfigurer
Package
Description
-
Uses of SystemConfigurationConfigurer in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type SystemConfigurationConfigurerModifier and TypeFieldDescriptionprotected Map<String,
SystemConfigurationConfigurer> PlatformEngineConfiguration.systemConfigurationConfigurers
Methods in com.flowable.platform.engine that return types with arguments of type SystemConfigurationConfigurerModifier and TypeMethodDescriptionPlatformEngineConfiguration.getSystemConfigurationConfigurers()
Methods in com.flowable.platform.engine with parameters of type SystemConfigurationConfigurerModifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.addSystemConfigurationConfigurer
(SystemConfigurationConfigurer systemConfigurationConfigurer) Method parameters in com.flowable.platform.engine with type arguments of type SystemConfigurationConfigurerModifier and TypeMethodDescriptionvoid
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 SystemConfigurationConfigurerModifier and TypeFieldDescriptionprotected final SystemConfigurationConfigurer
SystemConfigurationBuilderImpl.configurer
Constructors in com.flowable.platform.engine.impl.configuration.system with parameters of type SystemConfigurationConfigurerModifierConstructorDescriptionSystemConfigurationBuilderImpl
(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 SystemConfigurationConfigurerModifier and TypeClassDescriptionclass
class
class
class
class
Methods in com.flowable.platform.service.configuration.service that return SystemConfigurationConfigurerModifier and TypeMethodDescriptionThreadPoolTaskExecutorSystemConfigurationConfigurer.fromTaskExecutor
(String type, TaskExecutor taskExecutor)