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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncamundajar.impl.scala.Option
getVariable
(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, wait
Methods inherited from interface org.camunda.feel.context.VariableProvider
getVariables
-
Field Details
-
context
-
-
Constructor Details
-
ContextVariableWrapper
-
-
Method Details
-
getVariable
- Specified by:
getVariable
in interfaceorg.camunda.feel.context.VariableProvider
-
keys
- Specified by:
keys
in interfaceorg.camunda.feel.context.VariableProvider
-