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
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName
-
-
Constructor Summary
Constructors Constructor Description VariableExistsExpressionFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanexists(VariableContainer variableContainer, String variableName)-
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
-
-
-
Method Detail
-
exists
public static boolean exists(VariableContainer variableContainer, String variableName)
-
-