Uses of Interface
com.flowable.platform.api.configuration.ConfigurationService
-
Uses of ConfigurationService in com.flowable.platform.api
Methods in com.flowable.platform.api that return ConfigurationService Modifier and Type Method Description ConfigurationServicePlatformEngineConfigurationApi. getConfigurationService() -
Uses of ConfigurationService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as ConfigurationService Modifier and Type Field Description protected ConfigurationServicePlatformEngineConfiguration. configurationServiceMethods in com.flowable.platform.engine that return ConfigurationService Modifier and Type Method Description ConfigurationServicePlatformEngine. getConfigurationService()ConfigurationServicePlatformEngineConfiguration. getConfigurationService()Methods in com.flowable.platform.engine with parameters of type ConfigurationService Modifier and Type Method Description voidPlatformEngineConfiguration. 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 ConfigurationServicePlatformEngineImpl. configurationServiceMethods in com.flowable.platform.engine.impl that return ConfigurationService Modifier and Type Method Description ConfigurationServicePlatformEngineImpl. 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 classConfigurationServiceImplFields in com.flowable.platform.engine.impl.configuration declared as ConfigurationService Modifier and Type Field Description protected ConfigurationServiceThemeBuilderImpl. configurationServiceConstructors 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) -
Uses of ConfigurationService in com.flowable.platform.rest.service.api.configuration
Fields in com.flowable.platform.rest.service.api.configuration declared as ConfigurationService Modifier and Type Field Description protected ConfigurationServiceCurrentUserThemeEnhancer. configurationServiceprotected ConfigurationServiceLanguageResource. configurationServiceprotected ConfigurationServiceThemeResource. configurationServiceConstructors in com.flowable.platform.rest.service.api.configuration with parameters of type ConfigurationService Constructor Description CurrentUserThemeEnhancer(ConfigurationService configurationService)LanguageResource(ConfigurationService configurationService)ThemeResource(ConfigurationService configurationService)