Class FlowableNewArrayNodeFunctionDelegate
- java.lang.Object
 - 
- com.flowable.platform.common.el.json.FlowableNewArrayNodeFunctionDelegate
 
 
- 
- All Implemented Interfaces:
 FlowableFunctionDelegate
public class FlowableNewArrayNodeFunctionDelegate extends Object implements FlowableFunctionDelegate
- Author:
 - Filip Hrisafov
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FlowableNewArrayNodeFunctionDelegate() 
- 
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
 
 - 
 
 -