Uses of Class
org.camunda.bpm.engine.variable.impl.VariableMapImpl
Package
Description
-
Uses of VariableMapImpl in org.camunda.bpm.engine.impl.cmmn
Modifier and TypeFieldDescriptionprotected VariableMapImpl
CaseExecutionCommandBuilderImpl.variables
protected VariableMapImpl
CaseExecutionCommandBuilderImpl.variablesLocal
-
Uses of VariableMapImpl in org.camunda.bpm.engine.impl.core.variable.scope
Modifier and TypeMethodDescriptionAbstractVariableScope.getVariables()
AbstractVariableScope.getVariablesLocal()
AbstractVariableScope.getVariablesLocalTyped()
AbstractVariableScope.getVariablesLocalTyped
(boolean deserializeObjectValues) AbstractVariableScope.getVariablesTyped()
AbstractVariableScope.getVariablesTyped
(boolean deserializeValues) Modifier and TypeMethodDescriptionvoid
AbstractVariableScope.collectVariables
(VariableMapImpl resultVariables, Collection<String> variableNames, boolean isLocal, boolean deserializeValues) -
Uses of VariableMapImpl in org.camunda.bpm.engine.impl.externaltask
-
Uses of VariableMapImpl in org.camunda.bpm.engine.variable.impl