Class ContextVariableWrapper

  • All Implemented Interfaces:
    org.camunda.feel.context.VariableProvider

    public class ContextVariableWrapper
    extends java.lang.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.CompositeVariableProvider, org.camunda.feel.context.VariableProvider.StaticVariableProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      camundajar.impl.scala.Option getVariable​(java.lang.String name)  
      camundajar.impl.scala.collection.Iterable<java.lang.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
    • Constructor Detail

      • ContextVariableWrapper

        public ContextVariableWrapper​(VariableContext context)
    • Method Detail

      • getVariable

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

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