Class VariableScopeContext
java.lang.Object
org.eximeebpms.bpm.engine.impl.dmn.invocation.VariableScopeContext
- All Implemented Interfaces:
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()static VariableScopeContextwrap(VariableScope variableScope)
-
Field Details
-
variableScope
-
-
Constructor Details
-
VariableScopeContext
-
-
Method Details
-
resolve
- Specified by:
resolvein interfaceVariableContext
-
containsVariable
- Specified by:
containsVariablein interfaceVariableContext
-
keySet
- Specified by:
keySetin interfaceVariableContext
-
wrap
-