public class VariableScopeContext extends Object implements org.camunda.bpm.engine.variable.context.VariableContext
VariableContext interface backed
 by a VariableScope.| Modifier and Type | Field and Description | 
|---|---|
| protected VariableScope | variableScope | 
| Constructor and Description | 
|---|
| VariableScopeContext(VariableScope variableScope) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsVariable(String variableName) | 
| Set<String> | keySet() | 
| org.camunda.bpm.engine.variable.value.TypedValue | resolve(String variableName) | 
| static VariableScopeContext | wrap(VariableScope variableScope) | 
protected final VariableScope variableScope
public VariableScopeContext(VariableScope variableScope)
public org.camunda.bpm.engine.variable.value.TypedValue resolve(String variableName)
resolve in interface org.camunda.bpm.engine.variable.context.VariableContextpublic boolean containsVariable(String variableName)
containsVariable in interface org.camunda.bpm.engine.variable.context.VariableContextpublic Set<String> keySet()
keySet in interface org.camunda.bpm.engine.variable.context.VariableContextpublic static VariableScopeContext wrap(VariableScope variableScope)
Copyright © 2018. All rights reserved.