Uses of Interface
com.flowable.platform.api.configuration.ConfigurationService
Package | Description |
---|---|
com.flowable.platform.api | |
com.flowable.platform.engine | |
com.flowable.platform.engine.impl | |
com.flowable.platform.engine.impl.configuration |
-
Uses of ConfigurationService in com.flowable.platform.api
Methods in com.flowable.platform.api that return ConfigurationService Modifier and Type Method Description ConfigurationService
PlatformEngineConfigurationApi. getConfigurationService()
-
Uses of ConfigurationService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as ConfigurationService Modifier and Type Field Description protected ConfigurationService
PlatformEngineConfiguration. configurationService
Methods in com.flowable.platform.engine that return ConfigurationService Modifier and Type Method Description ConfigurationService
PlatformEngine. getConfigurationService()
ConfigurationService
PlatformEngineConfiguration. getConfigurationService()
Methods in com.flowable.platform.engine with parameters of type ConfigurationService Modifier and Type Method Description void
PlatformEngineConfiguration. setConfigurationService(ConfigurationService configurationService)
-
Uses of ConfigurationService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as ConfigurationService Modifier and Type Field Description protected ConfigurationService
PlatformEngineImpl. configurationService
Methods in com.flowable.platform.engine.impl that return ConfigurationService Modifier and Type Method Description ConfigurationService
PlatformEngineImpl. getConfigurationService()
-
Uses of ConfigurationService in com.flowable.platform.engine.impl.configuration
Classes in com.flowable.platform.engine.impl.configuration that implement ConfigurationService Modifier and Type Class Description class
ConfigurationServiceImpl
Fields in com.flowable.platform.engine.impl.configuration declared as ConfigurationService Modifier and Type Field Description protected ConfigurationService
ThemeBuilderImpl. configurationService
Constructors in com.flowable.platform.engine.impl.configuration with parameters of type ConfigurationService Constructor Description ThemeBuilderImpl(java.lang.String name, ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)