Class TaskGetFunctionDelegate
java.lang.Object
org.flowable.engine.impl.function.TaskGetFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
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
-
TaskGetFunctionDelegate
public TaskGetFunctionDelegate()
-
-
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.- Specified by:
prefix
in interfaceFlowableFunctionDelegate
-
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.- Specified by:
localName
in interfaceFlowableFunctionDelegate
-
functionMethod
Description copied from interface:FlowableFunctionDelegate
Returns the method that is invoked by JUEL.- Specified by:
functionMethod
in interfaceFlowableFunctionDelegate
-
getTask
-