Class TaskGetFunctionDelegate
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.function.TaskGetFunctionDelegate
-
- All Implemented Interfaces:
FlowableFunctionDelegate
public class TaskGetFunctionDelegate extends Object implements FlowableFunctionDelegate
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description TaskGetFunctionDelegate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodfunctionMethod()static org.flowable.task.api.TaskInfogetTask(String taskId)StringlocalName()Stringprefix()-
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()
- Specified by:
prefixin interfaceFlowableFunctionDelegate
-
localName
public String localName()
- Specified by:
localNamein interfaceFlowableFunctionDelegate
-
functionMethod
public Method functionMethod()
- Specified by:
functionMethodin interfaceFlowableFunctionDelegate
-
getTask
public static org.flowable.task.api.TaskInfo getTask(String taskId)
-
-