Uses of Interface
com.flowable.app.engine.impl.persistence.entity.AppVariableEntity
Packages that use AppVariableEntity
Package
Description
-
Uses of AppVariableEntity in com.flowable.app.engine.impl.deployer
Methods in com.flowable.app.engine.impl.deployer with parameters of type AppVariableEntityModifier and TypeMethodDescriptionprotected void
AppDeployer.processAppVariableNode
(com.fasterxml.jackson.databind.JsonNode variableNode, AppVariableEntity appVariableEntity, AppDefinitionEntity appDefinition, VariableTypes variableTypes, AppVariableEntityManager appVariableEntityManager) protected void
AppDeployer.processAppVariableNodeForType
(String variableName, Object value, String typeName, AppVariableEntity appVariableEntity, AppDefinitionEntity appDefinition, VariableTypes variableTypes, AppVariableEntityManager appVariableEntityManager) protected void
AppDeployer.updateVariableValue
(AppVariableEntity appVariableEntity, Object value, AppDefinitionEntity appDefinition, AppVariableEntityManager appVariableEntityManager) -
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppVariableEntityMethods in com.flowable.app.engine.impl.persistence.entity that return AppVariableEntityModifier and TypeMethodDescriptionAppVariableEntityManager.create
(String appKey, String tenantId, String name, VariableType type, Object value) AppVariableEntityManagerImpl.create
(String appKey, String tenantId, String name, VariableType type, Object value) AppVariableEntityManager.findAppVariableByAppKeyAndName
(String appKey, String variableName) AppVariableEntityManagerImpl.findAppVariableByAppKeyAndName
(String appKey, String variableName) AppVariableEntityManager.findAppVariableByAppKeyAndTenantIdAndName
(String appKey, String tenantId, String variableName) AppVariableEntityManagerImpl.findAppVariableByAppKeyAndTenantIdAndName
(String appKey, String tenantId, String variableName) Methods in com.flowable.app.engine.impl.persistence.entity that return types with arguments of type AppVariableEntityModifier and TypeMethodDescriptionAppVariableEntityManager.findAppVariablesByAppKey
(String appKey) AppVariableEntityManagerImpl.findAppVariablesByAppKey
(String appKey) AppVariableEntityManager.findAppVariablesByAppKeyAndTenantId
(String appKey, String tenantId) AppVariableEntityManagerImpl.findAppVariablesByAppKeyAndTenantId
(String appKey, String tenantId) Methods in com.flowable.app.engine.impl.persistence.entity with parameters of type AppVariableEntityModifier and TypeMethodDescriptionvoid
AppVariableEntityManagerImpl.delete
(AppVariableEntity entity, boolean fireDeleteEvent) void
AppVariableEntityManager.insert
(AppVariableEntity entity, boolean fireEvent) -
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity.data
Methods in com.flowable.app.engine.impl.persistence.entity.data that return AppVariableEntityModifier and TypeMethodDescriptionAppVariableDataManager.findAppVariableByAppKeyAndName
(String appKey, String variableName) AppVariableDataManager.findAppVariableByAppKeyAndTenantIdAndName
(String appKey, String tenantId, String variableName) Methods in com.flowable.app.engine.impl.persistence.entity.data that return types with arguments of type AppVariableEntityModifier and TypeMethodDescriptionAppVariableDataManager.findAppVariablesByAppKey
(String appKey) AppVariableDataManager.findAppVariablesByAppKeyAndTenantId
(String appKey, String tenantId) -
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity.data.impl
Fields in com.flowable.app.engine.impl.persistence.entity.data.impl with type parameters of type AppVariableEntityModifier and TypeFieldDescriptionprotected SingleCachedEntityMatcher<AppVariableEntity>
MybatisAppVariableDataManager.appVariableByAppKeyAndNameMatcher
protected SingleCachedEntityMatcher<AppVariableEntity>
MybatisAppVariableDataManager.appVariableByAppKeyAndTenantIdAndNameMatcher
protected CachedEntityMatcher<AppVariableEntity>
MybatisAppVariableDataManager.appVariableByAppKeyAndTenantIdMatcher
protected CachedEntityMatcher<AppVariableEntity>
MybatisAppVariableDataManager.appVariableByAppKeyMatcher
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return AppVariableEntityModifier and TypeMethodDescriptionMybatisAppVariableDataManager.create()
MybatisAppVariableDataManager.findAppVariableByAppKeyAndName
(String appKey, String variableName) MybatisAppVariableDataManager.findAppVariableByAppKeyAndTenantIdAndName
(String appKey, String tenantId, String variableName) Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return types with arguments of type AppVariableEntityModifier and TypeMethodDescriptionMybatisAppVariableDataManager.findAppVariablesByAppKey
(String appKey) MybatisAppVariableDataManager.findAppVariablesByAppKeyAndTenantId
(String appKey, String tenantId) Class<? extends AppVariableEntity>
MybatisAppVariableDataManager.getManagedEntityClass()
-
Uses of AppVariableEntity in com.flowable.app.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type AppVariableEntityModifier and TypeMethodDescriptionboolean
AppVariableByAppKeyAndNameMatcher.isRetained
(AppVariableEntity appVariableEntity, Object parameter) boolean
AppVariableByAppKeyAndTenantIdAndNameMatcher.isRetained
(AppVariableEntity appVariableEntity, Object parameter) boolean
AppVariableByAppKeyAndTenantIdMatcher.isRetained
(AppVariableEntity appVariableEntity, Object parameter) boolean
AppVariableByAppKeyMatcher.isRetained
(AppVariableEntity appVariableEntity, Object parameter)