Package org.flowable.dmn.engine.impl.el
Class FlowableToDateFunctionDelegate
- java.lang.Object
-
- org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
-
- org.flowable.dmn.engine.impl.el.FlowableToDateFunctionDelegate
-
- All Implemented Interfaces:
FlowableFunctionDelegate
public class FlowableToDateFunctionDelegate extends AbstractFlowableFunctionDelegate
A date function mapper that can be used in EL expressions- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description FlowableToDateFunctionDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>functionClass()MethodfunctionMethod()StringlocalName()Stringprefix()-
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
-
-
-
-
Method Detail
-
prefix
public String prefix()
-
localName
public String localName()
-
functionClass
public Class<?> functionClass()
- Specified by:
functionClassin classAbstractFlowableFunctionDelegate
-
functionMethod
public Method functionMethod()
-
-