public abstract class AbstractFlowableVariableExpressionFunction extends AbstractFlowableShortHandExpressionFunction
functionName, localName, method, pattern, prefix, replacePattern, variableScopeName| Constructor and Description |
|---|
AbstractFlowableVariableExpressionFunction(List<String> functionNameOptions,
String functionName) |
AbstractFlowableVariableExpressionFunction(String functionName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getFinalFunctionPrefix() |
protected List<String> |
getFunctionPrefixOptions() |
protected static Object |
getVariableValue(VariableContainer variableContainer,
String variableName) |
protected boolean |
isMultiParameterFunction() |
String |
prefix() |
protected static boolean |
valuesAreNumbers(Object variableValue,
Object actualValue) |
buildOrWordGroup, enhance, findMethod, functionMethod, isNoParameterMethod, localNamepublic AbstractFlowableVariableExpressionFunction(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(VariableContainer variableContainer, String variableName)
Copyright © 2020 Flowable. All rights reserved.