Class TriggerCaseEvaluationExpressionFunction
- java.lang.Object
-
- com.flowable.platform.common.el.cmmn.TriggerCaseEvaluationExpressionFunction
-
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class TriggerCaseEvaluationExpressionFunction extends java.lang.Object implements org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
-
Constructor Summary
Constructors Constructor Description TriggerCaseEvaluationExpressionFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
createFunction(java.lang.String name, int index, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, boolean varargs, org.flowable.common.engine.impl.el.FlowableExpressionParser parser)
java.lang.reflect.Method
functionMethod()
java.util.Collection<java.lang.String>
getFunctionNames()
java.lang.String
localName()
java.lang.String
prefix()
static void
triggerCaseEvaluation(java.lang.Object object)
-
-
-
Method Detail
-
prefix
public java.lang.String prefix()
- Specified by:
prefix
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
localName
public java.lang.String localName()
- Specified by:
localName
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
functionMethod
public java.lang.reflect.Method functionMethod()
- Specified by:
functionMethod
in interfaceorg.flowable.common.engine.api.delegate.FlowableFunctionDelegate
-
getFunctionNames
public java.util.Collection<java.lang.String> getFunctionNames()
- Specified by:
getFunctionNames
in interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
createFunction
public org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction createFunction(java.lang.String name, int index, org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters parameters, boolean varargs, org.flowable.common.engine.impl.el.FlowableExpressionParser parser)
- Specified by:
createFunction
in interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
triggerCaseEvaluation
public static void triggerCaseEvaluation(java.lang.Object object)
-
-