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 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
-
Uses of ConfigurationService in com.flowable.platform.engine.impl.configuration.datatable
Fields in com.flowable.platform.engine.impl.configuration.datatable declared as ConfigurationService Modifier and Type Field Description protected ConfigurationService
DataTableFavoriteConfigurationQueryImpl. configurationService
Constructors in com.flowable.platform.engine.impl.configuration.datatable with parameters of type ConfigurationService Constructor Description DataTableFavoriteConfigurationQueryImpl(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 ConfigurationService Modifier and Type Field Description protected ConfigurationService
SystemConfigurationFlowableSystemInfoContributor. configurationService
Constructors in com.flowable.platform.service.configuration.service with parameters of type ConfigurationService Constructor Description SystemConfigurationFlowableSystemInfoContributor(ConfigurationService configurationService, String currentNodeName)
-
Uses of ConfigurationService in com.flowable.platform.service.form
Fields in com.flowable.platform.service.form declared as ConfigurationService Modifier and Type Field Description protected ConfigurationService
FlowablePlatformFormDecorator. configurationService
Constructors in com.flowable.platform.service.form with parameters of type ConfigurationService Constructor Description FlowablePlatformFormDecorator(ConfigurationService configurationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-