public class VariableContainsAnyExpressionFunction extends AbstractFlowableVariableExpressionFunction
String: following StringUtils.contains(CharSequence, CharSequence) semantics for one of the passed values
- Collection: following the Collection.contains(Object) for one of the passed values
- ArrayNode: supports checking if the arraynode contains a JsonNode for the types that are supported as variable type
When the variable value is null, false is returned in all cases.
When the variale value is not null, and the instance type is not one of the cases above, false will be returned.functionName, localName, method, pattern, prefix, replacePattern, variableScopeName| Constructor and Description |
|---|
VariableContainsAnyExpressionFunction(String variableScopeName) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsAny(VariableScope variableScope,
String variableName,
Object... values) |
getFinalFunctionPrefix, getFunctionPrefixOptions, getVariableValue, isMultiParameterFunction, prefix, valuesAreNumbersbuildOrWordGroup, enhance, findMethod, functionMethod, isNoParameterMethod, localNamepublic VariableContainsAnyExpressionFunction(String variableScopeName)
public static boolean containsAny(VariableScope variableScope, String variableName, Object... values)
Copyright © 2019 Flowable. All rights reserved.