Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntity
Package
Description
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.cmd
Modifier and TypeMethodDescriptionCreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd.execute
(CommandContext commandContext) SaveConfigurationPropertyCmd.execute
(CommandContext commandContext) UpdateConfigurationProperty.execute
(CommandContext commandContext) -
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.configuration.datatable
Modifier and TypeMethodDescriptionprotected ConfigurationPropertyEntity
DataTableFavoriteConfigurationBuilderImpl.updateConfiguration
(CommandContext commandContext) -
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.configuration.system
Modifier and TypeMethodDescriptionprotected ConfigurationPropertyEntity
SystemConfigurationBuilderImpl.updateConfiguration
(CommandContext commandContext) -
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionConfigurationPropertyEntityManager.findByNamespaceAndName
(String namespace, String name) ConfigurationPropertyEntityManagerImpl.findByNamespaceAndName
(String namespace, String name) ConfigurationPropertyEntityManager.findByNamespaceAndNameAndTenantId
(String namespace, String name, String tenantId) ConfigurationPropertyEntityManagerImpl.findByNamespaceAndNameAndTenantId
(String namespace, String name, String tenantId) Modifier and TypeMethodDescriptionConfigurationPropertyEntityManager.findByNamespace
(String namespace) ConfigurationPropertyEntityManagerImpl.findByNamespace
(String namespace) ConfigurationPropertyEntityManager.findByNamespaceAndTenantId
(String namespace, String tenantId) ConfigurationPropertyEntityManagerImpl.findByNamespaceAndTenantId
(String namespace, String tenantId) ConfigurationPropertyEntityManager.findPropertiesByNamespaceAndName
(String namespace, String name) ConfigurationPropertyEntityManagerImpl.findPropertiesByNamespaceAndName
(String namespace, String name) ConfigurationPropertyEntityManager.findPropertiesByNamespaceNameAndTenantId
(String namespace, String name, String tenantId) ConfigurationPropertyEntityManagerImpl.findPropertiesByNamespaceNameAndTenantId
(String namespace, String name, String tenantId) Modifier and TypeMethodDescriptionvoid
ConfigurationPropertyEntityManagerImpl.delete
(ConfigurationPropertyEntity entity, boolean fireDeleteEvent) -
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionConfigurationPropertyDataManager.findByNamespaceAndName
(String namespace, String name) ConfigurationPropertyDataManager.findByNamespaceAndNameAndTenantId
(String namespace, String name, String tenantId) Modifier and TypeMethodDescriptionConfigurationPropertyDataManager.findByNamespace
(String namespace) ConfigurationPropertyDataManager.findByNamespaceAndTenantId
(String namespace, String tenantId) ConfigurationPropertyDataManager.findPropertiesByNamespaceAndName
(String namespace, String name) ConfigurationPropertyDataManager.findPropertiesByNamespaceNameAndTenantId
(String namespace, String name, String tenantId) -
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl
Modifier and TypeFieldDescriptionprotected CachedEntityMatcher<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager.configurationPropertiesQueryMatcher
protected CachedEntityMatcher<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager.configurationPropertyByNamespaceMatcher
Modifier and TypeMethodDescriptionMybatisConfigurationPropertyDataManager.create()
MybatisConfigurationPropertyDataManager.findByNamespaceAndName
(String namespace, String name) MybatisConfigurationPropertyDataManager.findByNamespaceAndNameAndTenantId
(String namespace, String name, String tenantId) Modifier and TypeMethodDescriptionMybatisConfigurationPropertyDataManager.findByNamespace
(String namespace) MybatisConfigurationPropertyDataManager.findByNamespaceAndTenantId
(String namespace, String tenantId) MybatisConfigurationPropertyDataManager.findPropertiesByNamespaceAndName
(String namespace, String name) MybatisConfigurationPropertyDataManager.findPropertiesByNamespaceNameAndTenantId
(String namespace, String name, String tenantId) Class<? extends ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager.getManagedEntityClass()
protected List<ConfigurationPropertyEntity>
MybatisConfigurationPropertyDataManager.queryProperties
(Map<String, Object> params)