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 anArrayNode. This is needed becauseArrayNodehas 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 Constructor Description FlowableAddToArrayNodeFunctionDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodfunctionMethod()StringlocalName()Stringprefix()-
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
-
-
-
-
Method Detail
-
prefix
public String prefix()
- Specified by:
prefixin interfaceFlowableFunctionDelegate
-
localName
public String localName()
- Specified by:
localNamein interfaceFlowableFunctionDelegate
-
functionMethod
public Method functionMethod()
- Specified by:
functionMethodin interfaceFlowableFunctionDelegate
-
-