Class FlowableAddToArrayNodeFunctionDelegate
java.lang.Object
com.flowable.platform.common.el.json.FlowableAddToArrayNodeFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
public class FlowableAddToArrayNodeFunctionDelegate
extends Object
implements FlowableFunctionDelegate
A function delegate to add objects to an
ArrayNode
.
This is needed because ArrayNode
has various add methods, but JUEL doesn't support method overloading,
which means that always the first returned by .getMethod() will be used irregardless of the type.-
Constructor Summary
Constructors -
Method Summary
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
-
FlowableAddToArrayNodeFunctionDelegate
public FlowableAddToArrayNodeFunctionDelegate()
-
-
Method Details
-
prefix
- Specified by:
prefix
in interfaceFlowableFunctionDelegate
-
localName
- Specified by:
localName
in interfaceFlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethod
in interfaceFlowableFunctionDelegate
-