Uses of Interface
com.flowable.platform.api.configuration.ConfigurationService
Packages that use ConfigurationService
Package
Description
-
Uses of ConfigurationService in com.flowable.platform.api
Methods in com.flowable.platform.api that return ConfigurationService -
Uses of ConfigurationService in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as ConfigurationServiceModifier and TypeFieldDescriptionprotected ConfigurationServicePlatformEngineConfiguration.configurationServiceMethods in com.flowable.platform.engine that return ConfigurationServiceModifier and TypeMethodDescriptionPlatformEngine.getConfigurationService()PlatformEngineConfiguration.getConfigurationService()Methods in com.flowable.platform.engine with parameters of type ConfigurationServiceModifier and TypeMethodDescriptionvoidPlatformEngineConfiguration.setConfigurationService(ConfigurationService configurationService) -
Uses of ConfigurationService in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as ConfigurationServiceModifier and TypeFieldDescriptionprotected ConfigurationServicePlatformEngineImpl.configurationServiceMethods in com.flowable.platform.engine.impl that return ConfigurationService -
Uses of ConfigurationService in com.flowable.platform.engine.impl.configuration
Classes in com.flowable.platform.engine.impl.configuration that implement ConfigurationService -
Uses of ConfigurationService in com.flowable.platform.engine.impl.configuration.datatable
Fields in com.flowable.platform.engine.impl.configuration.datatable declared as ConfigurationServiceModifier and TypeFieldDescriptionprotected final ConfigurationServiceDataTableFavoriteConfigurationQueryImpl.configurationServiceConstructors in com.flowable.platform.engine.impl.configuration.datatable with parameters of type ConfigurationServiceModifierConstructorDescriptionDataTableFavoriteConfigurationQueryImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ConfigurationService configurationService) -
Uses of ConfigurationService in com.flowable.platform.service.configuration.service
Fields in com.flowable.platform.service.configuration.service declared as ConfigurationServiceModifier and TypeFieldDescriptionprotected final ConfigurationServiceSystemConfigurationFlowableSystemInfoContributor.configurationServiceConstructors in com.flowable.platform.service.configuration.service with parameters of type ConfigurationServiceModifierConstructorDescriptionSystemConfigurationFlowableSystemInfoContributor(ConfigurationService configurationService, String currentNodeName) -
Uses of ConfigurationService in com.flowable.platform.service.form
Fields in com.flowable.platform.service.form declared as ConfigurationServiceModifier and TypeFieldDescriptionprotected final ConfigurationServiceFlowablePlatformFormDecorator.configurationServiceConstructors in com.flowable.platform.service.form with parameters of type ConfigurationServiceModifierConstructorDescriptionFlowablePlatformFormDecorator(ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String defaultDateFormat, String defaultNumberFormat, String defaultDialogSize)