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 ConfigurationPropertyConfigurationPropertyBuilder. 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 ConfigurationPropertyConfigurationPropertyBuilderImpl. save()Methods in com.flowable.platform.engine.impl.configuration that return types with arguments of type ConfigurationProperty Modifier and Type Method Description java.util.List<ConfigurationProperty>ConfigurationPropertyQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)Methods in com.flowable.platform.engine.impl.configuration with parameters of type ConfigurationProperty Modifier and Type Method Description protected ThemeThemeQueryImpl. 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 ConfigurationPropertyDataTableFavoriteConfigurationBuilderImpl. createConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)Methods in com.flowable.platform.engine.impl.configuration.datatable with parameters of type ConfigurationProperty Modifier and Type Method Description protected DataTableFavoriteConfigurationDataTableFavoriteConfigurationQueryImpl. asFavoriteConfiguration(ConfigurationProperty property, java.lang.String defaultPropertyId) -
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 interfaceConfigurationPropertyEntityClasses in com.flowable.platform.engine.impl.persistence.entity that implement ConfigurationProperty Modifier and Type Class Description classConfigurationPropertyEntityImplMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type ConfigurationProperty Modifier and Type Method Description java.util.List<ConfigurationProperty>ConfigurationPropertyEntityManager. findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)java.util.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 java.util.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 java.util.List<ConfigurationProperty>MybatisConfigurationPropertyDataManager. findByCriteria(ConfigurationPropertyQueryImpl configurationPropertyQuery)
-