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.systemConfigurationConfigurersMethods 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 TypeMethodDescriptionvoidPlatformEngineConfiguration.addSystemConfigurationConfigurer(SystemConfigurationConfigurer systemConfigurationConfigurer) Method parameters in com.flowable.platform.engine with type arguments of type SystemConfigurationConfigurerModifier and TypeMethodDescriptionvoidPlatformEngineConfiguration.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 SystemConfigurationConfigurerSystemConfigurationBuilderImpl.configurerConstructors 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 TypeClassDescriptionclassclassclassclassclassMethods in com.flowable.platform.service.configuration.service that return SystemConfigurationConfigurerModifier and TypeMethodDescriptionThreadPoolTaskExecutorSystemConfigurationConfigurer.fromTaskExecutor(String type, TaskExecutor taskExecutor)