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 AppVariableEntityManagerAppEngineConfiguration.appVariableEntityManagerMethods 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 voidAppDeployer.createVariableValue(String name, VariableType type, Object value, AppDefinitionEntity appDefinition, AppVariableEntityManager appVariableEntityManager) protected voidAppDeployer.processAppVariableNode(com.fasterxml.jackson.databind.JsonNode variableNode, AppVariableEntity appVariableEntity, AppDefinitionEntity appDefinition, VariableTypes variableTypes, AppVariableEntityManager appVariableEntityManager) protected voidAppDeployer.processAppVariableNodeForType(String variableName, Object value, String typeName, AppVariableEntity appVariableEntity, AppDefinitionEntity appDefinition, VariableTypes variableTypes, AppVariableEntityManager appVariableEntityManager) protected voidAppDeployer.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 AppVariableEntityManagerAppDeploymentEntityManagerImpl.getAppVariableEntityManager() -
Uses of AppVariableEntityManager in com.flowable.app.engine.impl.util
Methods in com.flowable.app.engine.impl.util that return AppVariableEntityManagerModifier and TypeMethodDescriptionstatic AppVariableEntityManagerCommandContextUtil.getAppVariableEntityManager()static AppVariableEntityManagerCommandContextUtil.getAppVariableEntityManager(CommandContext commandContext)