Class VariableIsNotEmptyExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableIsNotEmptyExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class VariableIsNotEmptyExpressionFunction
extends AbstractFlowableVariableExpressionFunction
Opposite operation of the $
VariableIsEmptyExpressionFunction
.- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isNotEmpty
(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
-
Constructor Details
-
VariableIsNotEmptyExpressionFunction
public VariableIsNotEmptyExpressionFunction()
-
-
Method Details
-
isNotEmpty
-