Class FlowableListOfFunctionDelegate

java.lang.Object
com.flowable.platform.common.el.FlowableListOfFunctionDelegate
All Implemented Interfaces:
FlowableFunctionDelegate

public class FlowableListOfFunctionDelegate extends Object implements FlowableFunctionDelegate
Function delegate that allows creating a list of items. It uses Arrays.asList(Object[]) to create the list
Author:
Filip Hrisafov
See Also: