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
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 AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanexists(VariableContainer variableContainer, String variableName) Methods inherited from class AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FlowableFunctionDelegate
functionMethod
-
Constructor Details
-
VariableExistsExpressionFunction
public VariableExistsExpressionFunction()
-
-
Method Details
-
exists
-