Uses of Class
org.camunda.bpm.engine.variable.impl.VariableMapImpl
-
-
Uses of VariableMapImpl in org.camunda.bpm.engine.impl.cmmn
Fields in org.camunda.bpm.engine.impl.cmmn declared as VariableMapImpl Modifier and Type Field Description protected VariableMapImplCaseExecutionCommandBuilderImpl. variablesprotected VariableMapImplCaseExecutionCommandBuilderImpl. variablesLocal -
Uses of VariableMapImpl in org.camunda.bpm.engine.impl.core.variable.scope
Methods in org.camunda.bpm.engine.impl.core.variable.scope that return VariableMapImpl Modifier and Type Method Description VariableMapImplAbstractVariableScope. getVariables()VariableMapImplAbstractVariableScope. getVariablesLocal()VariableMapImplAbstractVariableScope. getVariablesLocalTyped()VariableMapImplAbstractVariableScope. getVariablesLocalTyped(boolean deserializeObjectValues)VariableMapImplAbstractVariableScope. getVariablesTyped()VariableMapImplAbstractVariableScope. getVariablesTyped(boolean deserializeValues)Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableMapImpl Modifier and Type Method Description voidAbstractVariableScope. collectVariables(VariableMapImpl resultVariables, java.util.Collection<java.lang.String> variableNames, boolean isLocal, boolean deserializeValues) -
Uses of VariableMapImpl in org.camunda.bpm.engine.impl.externaltask
Fields in org.camunda.bpm.engine.impl.externaltask declared as VariableMapImpl Modifier and Type Field Description protected VariableMapImplLockedExternalTaskImpl. variables -
Uses of VariableMapImpl in org.camunda.bpm.engine.variable.impl
Constructors in org.camunda.bpm.engine.variable.impl with parameters of type VariableMapImpl Constructor Description VariableMapImpl(VariableMapImpl map)
-