public class CopyLocalVariableExpressionFunction
extends org.flowable.common.engine.impl.el.function.AbstractFlowableShortHandExpressionFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
FINAL_FUNCTION_PREFIX |
static List<String> |
FUNCTION_PREFIXES |
static String |
VARIABLE_SCOPE_NAME |
| Constructor and Description |
|---|
CopyLocalVariableExpressionFunction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyLocalVariable(Object object,
String localVariableName,
String variableName) |
protected String |
getFinalFunctionPrefix() |
protected List<String> |
getFunctionPrefixOptions() |
protected boolean |
isMultiParameterFunction() |
public static final String VARIABLE_SCOPE_NAME
public static final String FINAL_FUNCTION_PREFIX
protected List<String> getFunctionPrefixOptions()
getFunctionPrefixOptions in class org.flowable.common.engine.impl.el.function.AbstractFlowableShortHandExpressionFunctionprotected String getFinalFunctionPrefix()
getFinalFunctionPrefix in class org.flowable.common.engine.impl.el.function.AbstractFlowableShortHandExpressionFunctionprotected boolean isMultiParameterFunction()
isMultiParameterFunction in class org.flowable.common.engine.impl.el.function.AbstractFlowableShortHandExpressionFunctionCopyright © 2019. All rights reserved.