Class FlowableCurrentDateFunctionDelegate
java.lang.Object
org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
org.flowable.dmn.engine.impl.el.FlowableCurrentDateFunctionDelegate
- 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 AbstractFlowableFunctionDelegate
getFourObjectParameterMethod, getFourObjectParameterMethod, getNoParameterMethod, getNoParameterMethod, getSingleObjectParameterMethod, getSingleObjectParameterMethod, getThreeObjectParameterMethod, getThreeObjectParameterMethod, getTwoObjectParameterMethod, getTwoObjectParameterMethodMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FlowableFunctionDelegate
functionMethod, localNames, prefixes
-
Constructor Details
-
FlowableCurrentDateFunctionDelegate
public FlowableCurrentDateFunctionDelegate()
-
-
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.
-