Class RemoveCaseOwnerFunctionDelegate
java.lang.Object
com.flowable.platform.common.el.cmmn.RemoveCaseOwnerFunctionDelegate
- All Implemented Interfaces:
FlowableFunctionDelegate,FlowableAstFunctionCreator
public class RemoveCaseOwnerFunctionDelegate
extends Object
implements FlowableFunctionDelegate, FlowableAstFunctionCreator
Allows removing case owner
The following expressions are valid: cmmn:removeOwner() : will remove the owner of the current case instance cmmn:removeOwner(String caseInstanceId): will remove the owner of the passed case instance id cmmn:removeOwner(String caseInstanceId, String userId): will remove the passed owner of the passed case instance id (backwards compatibility)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFunction(String name, int index, AstParameters parameters, boolean varargs, FlowableExpressionParser parser) prefix()static voidremoveOwner(Object firstObject, String userId) 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
-
RemoveCaseOwnerFunctionDelegate
public RemoveCaseOwnerFunctionDelegate()
-
-
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
-
removeOwner
-