Class IsStageCompletableExpressionFunction
java.lang.Object
org.flowable.cmmn.engine.impl.function.IsStageCompletableExpressionFunction
- All Implemented Interfaces:
FlowableFunctionDelegate,FlowableAstFunctionCreator
public class IsStageCompletableExpressionFunction
extends Object
implements FlowableFunctionDelegate, FlowableAstFunctionCreator
This function evaluates a stage to be completable, which is the case, if all required and active plan items are completed
- Author:
- Joram Barrez, Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) static booleanisStageCompletable(Object object) prefix()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
localNames, prefixes
-
Constructor Details
-
IsStageCompletableExpressionFunction
public IsStageCompletableExpressionFunction()
-
-
Method Details
-
prefix
- Specified by:
prefixin interfaceFlowableFunctionDelegate
-
localName
- Specified by:
localNamein interfaceFlowableFunctionDelegate
-
functionMethod
- Specified by:
functionMethodin interfaceFlowableFunctionDelegate
-
getFunctionNames
- Specified by:
getFunctionNamesin interfaceFlowableAstFunctionCreator
-
createFunction
public AstFunction createFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) - Specified by:
createFunctionin interfaceFlowableAstFunctionCreator
-
isStageCompletable
-