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
    Modifier and Type
    Field
    Description
    protected VariableContext
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    camundajar.impl.scala.Option
     
    camundajar.impl.scala.collection.Iterable<String>
     

    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

  • Constructor Details

    • ContextVariableWrapper

      public ContextVariableWrapper(VariableContext context)
  • Method Details

    • getVariable

      public camundajar.impl.scala.Option getVariable(String name)
      Specified by:
      getVariable in interface org.camunda.feel.context.VariableProvider
    • keys

      public camundajar.impl.scala.collection.Iterable<String> keys()
      Specified by:
      keys in interface org.camunda.feel.context.VariableProvider