Class CopyLocalVariableToParentExpressionFunction
- java.lang.Object
-
- com.flowable.platform.common.el.AbstractFlowableFirstParameterIdentifierFunctionDelegateAstFunctionCreator
-
- com.flowable.platform.common.el.bpmn.CopyLocalVariableToParentExpressionFunction
-
- All Implemented Interfaces:
FlowableFunctionDelegate
,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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copyLocalVariableToParent(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
-
-