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 ConfigurationPropertyEntityCreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)ConfigurationPropertyEntitySaveConfigurationPropertyCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)ConfigurationPropertyEntityUpdateConfigurationProperty. execute(org.flowable.common.engine.impl.interceptor.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 ConfigurationPropertyEntityDataTableFavoriteConfigurationBuilderImpl. updateConfiguration(org.flowable.common.engine.impl.interceptor.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 classConfigurationPropertyEntityImplMethods in com.flowable.platform.engine.impl.persistence.entity that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntityConfigurationPropertyEntityManager. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)ConfigurationPropertyEntityConfigurationPropertyEntityManagerImpl. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)ConfigurationPropertyEntityConfigurationPropertyEntityManager. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)ConfigurationPropertyEntityConfigurationPropertyEntityManagerImpl. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type ConfigurationPropertyEntity Modifier and Type Method Description java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManager. findByNamespace(java.lang.String namespace)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManagerImpl. findByNamespace(java.lang.String namespace)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManager. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManagerImpl. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManager. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManagerImpl. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManager. findPropertiesByNamespaceNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyEntityManagerImpl. findPropertiesByNamespaceNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type ConfigurationPropertyEntity Modifier and Type Method Description voidConfigurationPropertyEntityManagerImpl. 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 ConfigurationPropertyEntityConfigurationPropertyDataManager. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)ConfigurationPropertyEntityConfigurationPropertyDataManager. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.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 java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyDataManager. findByNamespace(java.lang.String namespace)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyDataManager. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyDataManager. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)java.util.List<ConfigurationPropertyEntity>ConfigurationPropertyDataManager. findPropertiesByNamespaceNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.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 org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. configurationPropertiesQueryMatcherprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. configurationPropertyByNamespaceMatcherMethods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return ConfigurationPropertyEntity Modifier and Type Method Description ConfigurationPropertyEntityMybatisConfigurationPropertyDataManager. create()ConfigurationPropertyEntityMybatisConfigurationPropertyDataManager. findByNamespaceAndName(java.lang.String namespace, java.lang.String name)ConfigurationPropertyEntityMybatisConfigurationPropertyDataManager. findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.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 java.util.List<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. findByNamespace(java.lang.String namespace)java.util.List<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)java.util.List<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)java.util.List<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. findPropertiesByNamespaceNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)java.lang.Class<? extends ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. getManagedEntityClass()protected java.util.List<ConfigurationPropertyEntity>MybatisConfigurationPropertyDataManager. queryProperties(java.util.Map<java.lang.String,java.lang.Object> params)
-