Package com.flowable.platform.common.el
Class FlowableListOfFunctionDelegate
java.lang.Object
com.flowable.platform.common.el.FlowableListOfFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
Function delegate that allows creating a list of items. It uses
Arrays.asList(Object[])
to create the list- Author:
- Filip Hrisafov
- See Also:
-
Constructor Details
-
FlowableListOfFunctionDelegate
public FlowableListOfFunctionDelegate()
-
-
Method Details
-
prefix
- Specified by:
prefix
in interfaceFlowableFunctionDelegate
-
localName
- Specified by:
localName
in interfaceFlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethod
in interfaceFlowableFunctionDelegate
-