Class 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.CompositeVariableProvider, org.camunda.feel.context.VariableProvider.StaticVariableProvider
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.camunda.bpm.engine.variable.context.VariableContext context  
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextVariableWrapper​(org.camunda.bpm.engine.variable.context.VariableContext context)  
    • Field Detail

      • context

        protected org.camunda.bpm.engine.variable.context.VariableContext context
    • Constructor Detail

      • ContextVariableWrapper

        public ContextVariableWrapper​(org.camunda.bpm.engine.variable.context.VariableContext context)
    • Method Detail

      • 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