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.VariableContext
public boolean containsVariable(String variableName)
containsVariable
in interface org.camunda.bpm.engine.variable.context.VariableContext
public Set<String> keySet()
keySet
in interface org.camunda.bpm.engine.variable.context.VariableContext
public static VariableScopeContext wrap(VariableScope variableScope)
Copyright © 2022. All rights reserved.