Package org.flowable.dmn.engine.impl.el
Class CollectionsFunctionDelegate
java.lang.Object
org.flowable.dmn.engine.impl.el.CollectionsFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate,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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
prefixesMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableMultiFunctionDelegate
functionMethod, localName
-
Constructor Details
-
CollectionsFunctionDelegate
public CollectionsFunctionDelegate()
-
-
Method Details
-
prefix
- Specified by:
prefixin interfaceFlowableFunctionDelegate
-
localNames
- Specified by:
localNamesin interfaceFlowableFunctionDelegate- Specified by:
localNamesin interfaceFlowableMultiFunctionDelegate
-
functionMethod
- Specified by:
functionMethodin interfaceFlowableFunctionDelegate- Specified by:
functionMethodin interfaceFlowableMultiFunctionDelegate- Throws:
NoSuchMethodException
-