public class TriggerBpmnCaseEvaluationExpressionFunction extends Object implements FlowableFunctionDelegate, FlowableAstFunctionCreator
| Constructor and Description |
|---|
TriggerBpmnCaseEvaluationExpressionFunction() |
| Modifier and Type | Method and Description |
|---|---|
AstFunction |
createFunction(String name,
int index,
AstParameters parameters,
boolean varargs,
FlowableExpressionParser parser) |
Method |
functionMethod() |
Collection<String> |
getFunctionNames() |
String |
localName() |
String |
prefix() |
static void |
triggerCaseEvaluation(Object object) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlocalNames, prefixespublic TriggerBpmnCaseEvaluationExpressionFunction()
public String prefix()
prefix in interface FlowableFunctionDelegatepublic String localName()
localName in interface FlowableFunctionDelegatepublic Method functionMethod()
functionMethod in interface FlowableFunctionDelegatepublic Collection<String> getFunctionNames()
getFunctionNames in interface FlowableAstFunctionCreatorpublic AstFunction createFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser)
createFunction in interface FlowableAstFunctionCreatorpublic static void triggerCaseEvaluation(Object object)