public class VariableScopeContext extends Object implements 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() |
TypedValue |
resolve(String variableName) |
static VariableScopeContext |
wrap(VariableScope variableScope) |
protected final VariableScope variableScope
public VariableScopeContext(VariableScope variableScope)
public TypedValue resolve(String variableName)
resolve in interface VariableContextpublic boolean containsVariable(String variableName)
containsVariable in interface VariableContextpublic Set<String> keySet()
keySet in interface VariableContextpublic static VariableScopeContext wrap(VariableScope variableScope)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.