public class TaskGetFunctionDelegate extends Object implements FlowableFunctionDelegate
| Constructor and Description |
|---|
TaskGetFunctionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
Method |
functionMethod()
Returns the method that is invoked by JUEL.
|
static TaskInfo |
getTask(String taskId) |
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()}.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlocalNames, prefixespublic String prefix()
FlowableFunctionDelegateFlowableFunctionDelegate instance.prefix in interface FlowableFunctionDelegatepublic String localName()
FlowableFunctionDelegateFlowableFunctionDelegate instance.localName in interface FlowableFunctionDelegatepublic Method functionMethod()
FlowableFunctionDelegatefunctionMethod in interface FlowableFunctionDelegateCopyright © 2023 Flowable. All rights reserved.