Class RemoveCaseInstanceOwnerCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.AbstractCaseInstanceIdentityLinkCmd
-
- org.flowable.cmmn.engine.impl.cmd.RemoveCaseInstanceOwnerCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class RemoveCaseInstanceOwnerCmd extends AbstractCaseInstanceIdentityLinkCmd implements Command<Void>, Serializable
Command to remove the current owner from a case instance.- Author:
- Micha Kiener
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseInstanceId
-
Constructor Summary
Constructors Constructor Description RemoveCaseInstanceOwnerCmd(String caseInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)-
Methods inherited from class org.flowable.cmmn.engine.impl.cmd.AbstractCaseInstanceIdentityLinkCmd
createIdentityLinkType, getCaseInstanceEntity, removeIdentityLinkType
-
-