Uses of Interface
com.flowable.platform.api.configuration.ConfigurationProperty
Package
Description
-
Uses of ConfigurationProperty in com.flowable.platform.api.configuration
Modifier and TypeMethodDescriptionConfigurationPropertyBuilder.save()
Save or update the property -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.configuration
Modifier and TypeMethodDescriptionConfigurationPropertyQueryImpl.executeList
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected Theme
ThemeQueryImpl.asTheme
(ConfigurationProperty themeProperty) -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.configuration.datatable
Modifier and TypeMethodDescriptionprotected ConfigurationProperty
DataTableFavoriteConfigurationBuilderImpl.createConfiguration
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected DataTableFavoriteConfiguration
DataTableFavoriteConfigurationQueryImpl.asFavoriteConfiguration
(ConfigurationProperty property, String defaultPropertyId) -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.configuration.system
Modifier and TypeMethodDescriptionprotected ConfigurationProperty
SystemConfigurationBuilderImpl.createConfiguration
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected SystemConfiguration
SystemConfigurationQueryImpl.asSystemConfiguration
(ConfigurationProperty property) static SystemConfigurationImpl
SystemConfigurationImpl.fromConfigurationProperty
(ConfigurationProperty property, com.fasterxml.jackson.databind.node.ObjectNode value) -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionConfigurationPropertyEntityManager.findByCriteria
(ConfigurationPropertyQuery configurationPropertyQuery) ConfigurationPropertyEntityManagerImpl.findByCriteria
(ConfigurationPropertyQuery configurationPropertyQuery) -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionConfigurationPropertyDataManager.findByCriteria
(ConfigurationPropertyQueryImpl configurationPropertyQuery) -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisConfigurationPropertyDataManager.findByCriteria
(ConfigurationPropertyQueryImpl configurationPropertyQuery) -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.sequence
Modifier and TypeFieldDescriptionprotected final ConfigurationProperty
SequenceValueImpl.property
Modifier and TypeMethodDescriptionprotected SequenceValue
SequenceValueQueryImpl.asSequenceValue
(ConfigurationProperty property)