Class ContextVariableWrapper
java.lang.Object
org.camunda.bpm.dmn.feel.impl.scala.ContextVariableWrapper
- All Implemented Interfaces:
 org.camunda.feel.context.VariableProvider
public class ContextVariableWrapper
extends Object
implements org.camunda.feel.context.VariableProvider
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.camunda.feel.context.VariableProvider
org.camunda.feel.context.VariableProvider.CacheVariableProvider, org.camunda.feel.context.VariableProvider.CacheVariableProvider$, org.camunda.feel.context.VariableProvider.CompositeVariableProvider, org.camunda.feel.context.VariableProvider.CompositeVariableProvider$, org.camunda.feel.context.VariableProvider.EmptyVariableProvider$, org.camunda.feel.context.VariableProvider.StaticVariableProvider, org.camunda.feel.context.VariableProvider.StaticVariableProvider$ - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncamundajar.impl.scala.OptiongetVariable(String name) camundajar.impl.scala.collection.Iterable<String>keys()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.feel.context.VariableProvider
getVariables 
- 
Field Details
- 
context
 
 - 
 - 
Constructor Details
- 
ContextVariableWrapper
 
 - 
 - 
Method Details
- 
getVariable
- Specified by:
 getVariablein interfaceorg.camunda.feel.context.VariableProvider
 - 
keys
- Specified by:
 keysin interfaceorg.camunda.feel.context.VariableProvider
 
 -