Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntity
Packages that use ConfigurationPropertyEntity
Package
Description
-
Uses of ConfigurationPropertyEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return ConfigurationPropertyEntityModifier and TypeMethodDescriptionCreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd.execute(CommandContext commandContext) SaveConfigurationPropertyCmd.execute(CommandContext commandContext) 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 ConfigurationPropertyEntityModifier and TypeMethodDescriptionprotected ConfigurationPropertyEntityDataTableFavoriteConfigurationBuilderImpl.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 ConfigurationPropertyEntityModifier and TypeMethodDescriptionprotected ConfigurationPropertyEntitySystemConfigurationBuilderImpl.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 ConfigurationPropertyEntityMethods in com.flowable.platform.engine.impl.persistence.entity that return ConfigurationPropertyEntityModifier 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) Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type ConfigurationPropertyEntityModifier 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) Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type ConfigurationPropertyEntityModifier and TypeMethodDescriptionvoidConfigurationPropertyEntityManagerImpl.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 ConfigurationPropertyEntityModifier and TypeMethodDescriptionConfigurationPropertyDataManager.findByNamespaceAndName(String namespace, String name) 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 ConfigurationPropertyEntityModifier 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
Fields in com.flowable.platform.engine.impl.persistence.entity.data.impl with type parameters of type ConfigurationPropertyEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager.configurationPropertiesQueryMatcherprotected CachedEntityMatcher<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager.configurationPropertyByNamespaceMatcherMethods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return ConfigurationPropertyEntityModifier and TypeMethodDescriptionMybatisConfigurationPropertyDataManager.create()MybatisConfigurationPropertyDataManager.findByNamespaceAndName(String namespace, String name) 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 ConfigurationPropertyEntityModifier 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)