Class CopyLocalVariableToParentExpressionFunction
java.lang.Object
com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
com.flowable.platform.common.el.bpmn.CopyLocalVariableToParentExpressionFunction
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class CopyLocalVariableToParentExpressionFunction extends AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
-
Field Summary
Fields inherited from class com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
functionMethod, functionName, prefix, variableScopeName
-
Constructor Summary
Constructors Constructor Description CopyLocalVariableToParentExpressionFunction()
-
Method Summary
Modifier and Type Method Description static void
copyLocalVariableToParent(java.lang.Object object, java.lang.String localVariableName, java.lang.String variableName)
Methods inherited from class com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
createFunction, findMethod, functionMethod, getFunctionNames, localName, prefix
-
Constructor Details
-
CopyLocalVariableToParentExpressionFunction
public CopyLocalVariableToParentExpressionFunction()
-
-
Method Details
-
copyLocalVariableToParent
public static void copyLocalVariableToParent(java.lang.Object object, java.lang.String localVariableName, java.lang.String variableName)
-