Class CollectionsFunctionDelegate

java.lang.Object
org.flowable.dmn.engine.impl.el.CollectionsFunctionDelegate
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableMultiFunctionDelegate

public class CollectionsFunctionDelegate extends Object implements FlowableMultiFunctionDelegate
Collections functions mapper that can be used in EL expressions. It provides the following expressions:
  • collection:allOf(collection, value)
  • collection:anyOf(collection, value)
  • collection:noneOf(collection, value)
  • collection:notAllOf(collection, value)
  • collection:containsAny(collection, value)
  • collection:contains(collection, value)
  • collection:notContainsAny(collection, value)
  • collection:notContains(collection, value)
Author:
Filip Hrisafov