Class VariableScopeContext
java.lang.Object
org.camunda.bpm.engine.impl.dmn.invocation.VariableScopeContext
- All Implemented Interfaces:
org.camunda.bpm.engine.variable.context.VariableContext
public class VariableScopeContext
extends Object
implements org.camunda.bpm.engine.variable.context.VariableContext
Implementation of the
VariableContext interface backed
by a VariableScope.- Author:
- Daniel Meyer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsVariable(String variableName) keySet()org.camunda.bpm.engine.variable.value.TypedValuestatic VariableScopeContextwrap(VariableScope variableScope)
-
Field Details
-
variableScope
-
-
Constructor Details
-
VariableScopeContext
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceorg.camunda.bpm.engine.variable.context.VariableContext
-
containsVariable
- Specified by:
containsVariablein interfaceorg.camunda.bpm.engine.variable.context.VariableContext
-
keySet
- Specified by:
keySetin interfaceorg.camunda.bpm.engine.variable.context.VariableContext
-
wrap
-