Package org.flowable.dmn.engine.impl.el
Class FlowableAllOfFunctionDelegate
java.lang.Object
org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
org.flowable.dmn.engine.impl.el.FlowableAllOfFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
A collection function mapper that can be used in EL expressions
- Author:
- Yvo Swillens
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
The class, typically containing static methods.Returns the method that is invoked by JUEL.The name of the method when used in an expression, like the second part of ${prefix:method()}.prefix()
The prefix of the method when used in an expression, like the first part of ${prefix:method()}.Methods inherited from class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
getFourObjectParameterMethod, getFourObjectParameterMethod, getNoParameterMethod, getNoParameterMethod, getSingleObjectParameterMethod, getSingleObjectParameterMethod, getThreeObjectParameterMethod, getThreeObjectParameterMethod, getTwoObjectParameterMethod, getTwoObjectParameterMethod
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
-
Constructor Details
-
FlowableAllOfFunctionDelegate
public FlowableAllOfFunctionDelegate()
-
-
Method Details
-
prefix
Description copied from interface:FlowableFunctionDelegate
The prefix of the method when used in an expression, like the first part of ${prefix:method()}. Will be used to match the text of the expression to the actualFlowableFunctionDelegate
instance. -
localName
Description copied from interface:FlowableFunctionDelegate
The name of the method when used in an expression, like the second part of ${prefix:method()}. Will be used to match the text of the expression to the actualFlowableFunctionDelegate
instance. -
functionClass
Description copied from class:AbstractFlowableFunctionDelegate
The class, typically containing static methods. IfFlowableFunctionDelegate.functionMethod()
is provided, this method does not need to return a value.- Specified by:
functionClass
in classAbstractFlowableFunctionDelegate
-
functionMethod
Description copied from interface:FlowableFunctionDelegate
Returns the method that is invoked by JUEL.
-