Package org.flowable.dmn.engine.impl.el
Class FlowableAddDateFunctionDelegate
java.lang.Object
org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
org.flowable.dmn.engine.impl.el.FlowableAddDateFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
A date function mapper that can be used in EL expressions
- Author:
- Tijs Rademakers
-
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, getTwoObjectParameterMethodMethods 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
localNames, prefixes
-
Constructor Details
-
FlowableAddDateFunctionDelegate
public FlowableAddDateFunctionDelegate()
-
-
Method Details
-
prefix
Description copied from interface:FlowableFunctionDelegateThe 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 actualFlowableFunctionDelegateinstance. -
localName
Description copied from interface:FlowableFunctionDelegateThe 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 actualFlowableFunctionDelegateinstance. -
functionClass
Description copied from class:AbstractFlowableFunctionDelegateThe class, typically containing static methods. IfFlowableFunctionDelegate.functionMethod()is provided, this method does not need to return a value.- Specified by:
functionClassin classAbstractFlowableFunctionDelegate
-
functionMethod
Description copied from interface:FlowableFunctionDelegateReturns the method that is invoked by JUEL.
-