public class FlowableDateFunctionDelegate extends AbstractFlowableFunctionDelegate
| Constructor and Description |
|---|
FlowableDateFunctionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
functionClass()
The class, typically containing static methods.
|
Method |
functionMethod()
Returns the method that is invoked by JUEL.
|
String |
localName()
The name of the method when used in an expression, like the second part of ${prefix:method()}.
|
String |
prefix()
The prefix of the method when used in an expression, like the first part of ${prefix:method()}.
|
getFourObjectParameterMethod, getFourObjectParameterMethod, getNoParameterMethod, getNoParameterMethod, getSingleObjectParameterMethod, getSingleObjectParameterMethod, getThreeObjectParameterMethod, getThreeObjectParameterMethod, getTwoObjectParameterMethod, getTwoObjectParameterMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlocalNames, prefixespublic String prefix()
FlowableFunctionDelegateFlowableFunctionDelegate instance.public String localName()
FlowableFunctionDelegateFlowableFunctionDelegate instance.public Class<?> functionClass()
AbstractFlowableFunctionDelegateFlowableFunctionDelegate.functionMethod() is provided, this method does not need to return a value.functionClass in class AbstractFlowableFunctionDelegatepublic Method functionMethod()
FlowableFunctionDelegateCopyright © 2023 Flowable. All rights reserved.