Class PlatformVariableContainsAnyExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableContainsAnyExpressionFunction
com.flowable.platform.common.el.function.PlatformVariableContainsAnyExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class PlatformVariableContainsAnyExpressionFunction
extends VariableContainsAnyExpressionFunction
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected AstNode
createVariableNameNode
(AstNode variableNode) protected Method
findMethod
(String functionName) Methods inherited from class org.flowable.common.engine.impl.el.function.VariableContainsAnyExpressionFunction
containsAny
Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
Constructor Details
-
PlatformVariableContainsAnyExpressionFunction
public PlatformVariableContainsAnyExpressionFunction()
-
-
Method Details
-
findMethod
- Overrides:
findMethod
in classAbstractFlowableVariableExpressionFunction
-
createVariableNameNode
- Overrides:
createVariableNameNode
in classAbstractFlowableVariableExpressionFunction
-