Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntity
-
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd. execute(CommandContext commandContext)
ConfigurationPropertyEntity
SaveConfigurationPropertyCmd. execute(CommandContext commandContext)
ConfigurationPropertyEntity
UpdateConfigurationProperty. execute(CommandContext commandContext)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.configuration.datatable
Methods in com.flowable.platform.engine.impl.configuration.datatable that return ConfigurationPropertyEntity Modifier and Type Method Description protected ConfigurationPropertyEntity
DataTableFavoriteConfigurationBuilderImpl. updateConfiguration(CommandContext commandContext)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.configuration.system
Methods in com.flowable.platform.engine.impl.configuration.system that return ConfigurationPropertyEntity Modifier and Type Method Description protected ConfigurationPropertyEntity
SystemConfigurationBuilderImpl. updateConfiguration(CommandContext commandContext)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement ConfigurationPropertyEntity Modifier and Type Class Description class
ConfigurationPropertyEntityImpl
Methods in com.flowable.platform.engine.impl.persistence.entity that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
ConfigurationPropertyEntityManager. findByNamespaceAndName(String namespace, String name)
ConfigurationPropertyEntity
ConfigurationPropertyEntityManagerImpl. findByNamespaceAndName(String namespace, String name)
ConfigurationPropertyEntity
ConfigurationPropertyEntityManager. findByNamespaceAndNameAndTenantId(String namespace, String name, String tenantId)
ConfigurationPropertyEntity
ConfigurationPropertyEntityManagerImpl. findByNamespaceAndNameAndTenantId(String namespace, String name, String tenantId)
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type ConfigurationPropertyEntity Modifier and Type Method Description void
ConfigurationPropertyEntityManagerImpl. delete(ConfigurationPropertyEntity entity, boolean fireDeleteEvent)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
ConfigurationPropertyDataManager. findByNamespaceAndName(String namespace, String name)
ConfigurationPropertyEntity
ConfigurationPropertyDataManager. findByNamespaceAndNameAndTenantId(String namespace, String name, String tenantId)
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type ConfigurationPropertyEntity Modifier and Type Method Description List<ConfigurationPropertyEntity>
ConfigurationPropertyDataManager. findByNamespace(String namespace)
List<ConfigurationPropertyEntity>
ConfigurationPropertyDataManager. findByNamespaceAndTenantId(String namespace, String tenantId)
List<ConfigurationPropertyEntity>
ConfigurationPropertyDataManager. findPropertiesByNamespaceAndName(String namespace, String name)
List<ConfigurationPropertyEntity>
ConfigurationPropertyDataManager. findPropertiesByNamespaceNameAndTenantId(String namespace, String name, String tenantId)
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl
Fields in com.flowable.platform.engine.impl.persistence.entity.data.impl with type parameters of type ConfigurationPropertyEntity Modifier and Type Field Description protected CachedEntityMatcher<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. configurationPropertiesQueryMatcher
protected CachedEntityMatcher<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. configurationPropertyByNamespaceMatcher
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntity
MybatisConfigurationPropertyDataManager. create()
ConfigurationPropertyEntity
MybatisConfigurationPropertyDataManager. findByNamespaceAndName(String namespace, String name)
ConfigurationPropertyEntity
MybatisConfigurationPropertyDataManager. findByNamespaceAndNameAndTenantId(String namespace, String name, String tenantId)
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type ConfigurationPropertyEntity Modifier and Type Method Description List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. findByNamespace(String namespace)
List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. findByNamespaceAndTenantId(String namespace, String tenantId)
List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. findPropertiesByNamespaceAndName(String namespace, String name)
List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. findPropertiesByNamespaceNameAndTenantId(String namespace, String name, String tenantId)
Class<? extends ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. getManagedEntityClass()
protected List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager. queryProperties(Map<String,Object> params)
-