Class TaskGetFunctionDelegate
java.lang.Object
org.flowable.cmmn.engine.impl.function.TaskGetFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate
- Author:
- Filip Hrisafov
-
Constructor Details
-
TaskGetFunctionDelegate
public TaskGetFunctionDelegate()
-
-
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.- Specified by:
prefixin interfaceFlowableFunctionDelegate
-
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.- Specified by:
localNamein interfaceFlowableFunctionDelegate
-
functionMethod
Description copied from interface:FlowableFunctionDelegateReturns the method that is invoked by JUEL.- Specified by:
functionMethodin interfaceFlowableFunctionDelegate
-
getTask
-