|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||