public abstract class AbstractFlowableVariableExpressionFunction extends AbstractFlowableShortHandExpressionFunction
functionName, localName, method, pattern, prefix, replacePattern, variableScopeName| Constructor and Description |
|---|
AbstractFlowableVariableExpressionFunction(String variableScopeName,
List<String> functionNameOptions,
String functionName) |
AbstractFlowableVariableExpressionFunction(String variableScopeName,
String functionName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getFinalFunctionPrefix() |
protected List<String> |
getFunctionPrefixOptions() |
protected static Object |
getVariableValue(VariableScope variableScope,
String variableName) |
protected boolean |
isMultiParameterFunction() |
String |
prefix() |
protected static boolean |
valuesAreNumbers(Object variableValue,
Object actualValue) |
buildOrWordGroup, enhance, findMethod, functionMethod, isNoParameterMethod, localNamepublic AbstractFlowableVariableExpressionFunction(String variableScopeName, String functionName)
protected List<String> getFunctionPrefixOptions()
getFunctionPrefixOptions in class AbstractFlowableShortHandExpressionFunctionprotected String getFinalFunctionPrefix()
getFinalFunctionPrefix in class AbstractFlowableShortHandExpressionFunctionprotected boolean isMultiParameterFunction()
isMultiParameterFunction in class AbstractFlowableShortHandExpressionFunctionpublic String prefix()
prefix in interface FlowableFunctionDelegateprefix in class AbstractFlowableShortHandExpressionFunctionprotected static Object getVariableValue(VariableScope variableScope, String variableName)
Copyright © 2019 Flowable. All rights reserved.