Uses of Interface
com.flowable.app.engine.impl.persistence.entity.AppVariableEntityManager
Packages that use AppVariableEntityManager
Package
Description
-
Uses of AppVariableEntityManager in com.flowable.app.engine
Fields in com.flowable.app.engine declared as AppVariableEntityManagerModifier and TypeFieldDescriptionprotected AppVariableEntityManager
AppEngineConfiguration.appVariableEntityManager
Methods in com.flowable.app.engine that return AppVariableEntityManagerMethods in com.flowable.app.engine with parameters of type AppVariableEntityManagerModifier and TypeMethodDescriptionAppEngineConfiguration.setAppVariableEntityManager
(AppVariableEntityManager appVariableEntityManager) -
Uses of AppVariableEntityManager in com.flowable.app.engine.impl.deployer
Methods in com.flowable.app.engine.impl.deployer with parameters of type AppVariableEntityManagerModifier and TypeMethodDescriptionprotected void
AppDeployer.createVariableValue
(String name, VariableType type, Object value, AppDefinitionEntity appDefinition, AppVariableEntityManager appVariableEntityManager) protected 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 AppVariableEntityManager in com.flowable.app.engine.impl.persistence.entity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppVariableEntityManagerMethods in com.flowable.app.engine.impl.persistence.entity that return AppVariableEntityManagerModifier and TypeMethodDescriptionprotected AppVariableEntityManager
AppDeploymentEntityManagerImpl.getAppVariableEntityManager()
-
Uses of AppVariableEntityManager in com.flowable.app.engine.impl.util
Methods in com.flowable.app.engine.impl.util that return AppVariableEntityManagerModifier and TypeMethodDescriptionstatic AppVariableEntityManager
CommandContextUtil.getAppVariableEntityManager()
static AppVariableEntityManager
CommandContextUtil.getAppVariableEntityManager
(CommandContext commandContext)