Uses of Interface
com.flowable.platform.api.configuration.ConfigurationProperty
-
-
Uses of ConfigurationProperty in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return ConfigurationProperty Modifier and Type Method Description ConfigurationProperty
ConfigurationPropertyBuilder. save()
Save or update the property -
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.configuration
Methods in com.flowable.platform.engine.impl.configuration that return ConfigurationProperty Modifier and Type Method Description ConfigurationProperty
ConfigurationPropertyBuilderImpl. save()
Methods in com.flowable.platform.engine.impl.configuration that return types with arguments of type ConfigurationProperty Modifier and Type Method Description List<ConfigurationProperty>
ConfigurationPropertyQueryImpl. executeList(CommandContext commandContext)
Methods in com.flowable.platform.engine.impl.configuration with parameters of type ConfigurationProperty Modifier and Type Method Description protected Theme
ThemeQueryImpl. asTheme(ConfigurationProperty themeProperty)
-
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.configuration.datatable
Methods in com.flowable.platform.engine.impl.configuration.datatable that return ConfigurationProperty Modifier and Type Method Description protected ConfigurationProperty
DataTableFavoriteConfigurationBuilderImpl. createConfiguration(CommandContext commandContext)
Methods in com.flowable.platform.engine.impl.configuration.datatable with parameters of type ConfigurationProperty Modifier and Type Method Description protected DataTableFavoriteConfiguration
DataTableFavoriteConfigurationQueryImpl. asFavoriteConfiguration(ConfigurationProperty property, String defaultPropertyId)
-
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.configuration.system
Methods in com.flowable.platform.engine.impl.configuration.system that return ConfigurationProperty Modifier and Type Method Description protected ConfigurationProperty
SystemConfigurationBuilderImpl. createConfiguration(CommandContext commandContext)
Methods in com.flowable.platform.engine.impl.configuration.system with parameters of type ConfigurationProperty Modifier and Type Method Description protected 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
Subinterfaces of ConfigurationProperty in com.flowable.platform.engine.impl.persistence.entity Modifier and Type Interface Description interface
ConfigurationPropertyEntity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement ConfigurationProperty Modifier and Type Class Description class
ConfigurationPropertyEntityImpl
Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type ConfigurationProperty Modifier and Type Method Description List<ConfigurationProperty>
ConfigurationPropertyEntityManager. findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)
List<ConfigurationProperty>
ConfigurationPropertyEntityManagerImpl. findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)
-
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type ConfigurationProperty Modifier and Type Method Description List<ConfigurationProperty>
ConfigurationPropertyDataManager. findByCriteria(ConfigurationPropertyQueryImpl configurationPropertyQuery)
-
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type ConfigurationProperty Modifier and Type Method Description List<ConfigurationProperty>
MybatisConfigurationPropertyDataManager. findByCriteria(ConfigurationPropertyQueryImpl configurationPropertyQuery)
-
Uses of ConfigurationProperty in com.flowable.platform.engine.impl.sequence
Fields in com.flowable.platform.engine.impl.sequence declared as ConfigurationProperty Modifier and Type Field Description protected ConfigurationProperty
SequenceValueImpl. property
Methods in com.flowable.platform.engine.impl.sequence with parameters of type ConfigurationProperty Modifier and Type Method Description protected SequenceValue
SequenceValueQueryImpl. asSequenceValue(ConfigurationProperty property)
Constructors in com.flowable.platform.engine.impl.sequence with parameters of type ConfigurationProperty Constructor Description SequenceValueImpl(ConfigurationProperty property)
-