Class IsPlanItemCompletedExpressionFunction
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.function.IsPlanItemCompletedExpressionFunction
-
- All Implemented Interfaces:
FlowableFunctionDelegate,FlowableAstFunctionCreator
public class IsPlanItemCompletedExpressionFunction extends Object implements FlowableFunctionDelegate, FlowableAstFunctionCreator
This function evaluates a plan item to be completed, which is most likely used on a plan item with a repetition rule to check, whether it has alreday been completed before.- Author:
- Micha Kiener
-
-
Constructor Summary
Constructors Constructor Description IsPlanItemCompletedExpressionFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AstFunctioncreateFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser)MethodfunctionMethod()Collection<String>getFunctionNames()static booleanisPlanItemCompleted(Object object)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
-
getFunctionNames
public Collection<String> getFunctionNames()
- Specified by:
getFunctionNamesin interfaceFlowableAstFunctionCreator
-
createFunction
public AstFunction createFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser)
- Specified by:
createFunctionin interfaceFlowableAstFunctionCreator
-
isPlanItemCompleted
public static boolean isPlanItemCompleted(Object object)
-
-