Class CopyLocalVariableExpressionFunction
java.lang.Object
com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
com.flowable.platform.common.el.cmmn.CopyLocalVariableExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate
,FlowableAstFunctionCreator
public class CopyLocalVariableExpressionFunction
extends AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
-
Field Summary
Fields inherited from class com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
functionMethod, functionName, prefix, variableScopeName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
copyLocalVariable
(Object object, String localVariableName, String variableName) Methods inherited from class com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefix
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
localNames, prefixes
-
Constructor Details
-
CopyLocalVariableExpressionFunction
public CopyLocalVariableExpressionFunction()
-
-
Method Details
-
copyLocalVariable
-