Uses of Class
org.camunda.bpm.engine.impl.core.variable.VariableMapImpl

Packages that use VariableMapImpl
org.camunda.bpm.engine.impl.cmmn   
org.camunda.bpm.engine.impl.core.variable   
org.camunda.bpm.engine.impl.core.variable.scope   
 

Uses of VariableMapImpl in org.camunda.bpm.engine.impl.cmmn
 

Fields in org.camunda.bpm.engine.impl.cmmn declared as VariableMapImpl
protected  VariableMapImpl CaseExecutionCommandBuilderImpl.variables
           
protected  VariableMapImpl CaseExecutionCommandBuilderImpl.variablesLocal
           
 

Uses of VariableMapImpl in org.camunda.bpm.engine.impl.core.variable
 

Constructors in org.camunda.bpm.engine.impl.core.variable with parameters of type VariableMapImpl
VariableMapImpl(VariableMapImpl map)
           
 

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
 VariableMapImpl AbstractVariableScope.getVariables()
           
 VariableMapImpl AbstractVariableScope.getVariablesLocal()
           
 VariableMapImpl AbstractVariableScope.getVariablesLocalTyped()
           
 VariableMapImpl AbstractVariableScope.getVariablesLocalTyped(boolean deserializeObjectValues)
           
 VariableMapImpl AbstractVariableScope.getVariablesTyped()
           
 VariableMapImpl AbstractVariableScope.getVariablesTyped(boolean deserializeValues)
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableMapImpl
 void AbstractVariableScope.collectVariables(VariableMapImpl resultVariables, Collection<String> variableNames, boolean isLocal, boolean deserializeValues)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.