Class VariableExistsExpressionFunction

java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableExistsExpressionFunction
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class VariableExistsExpressionFunction extends AbstractFlowableVariableExpressionFunction
Returns whether or not a variable with the given name exists when fetched through the provided variable scope.
Author:
Joram Barrez
  • Constructor Details

    • VariableExistsExpressionFunction

      public VariableExistsExpressionFunction()
  • Method Details