Class SetCaseInstanceOwnerCmd
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.cmd.AbstractCaseInstanceIdentityLinkCmd
-
- org.flowable.cmmn.engine.impl.cmd.SetCaseInstanceOwnerCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetCaseInstanceOwnerCmd extends AbstractCaseInstanceIdentityLinkCmd implements Command<Void>, Serializable
Command to set a new owner on a case instance and return the previous one, if any.- Author:
- Micha Kiener
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseInstanceIdprotected StringownerUserId
-
Constructor Summary
Constructors Constructor Description SetCaseInstanceOwnerCmd(String caseInstanceId, String ownerUserId)
-
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
-
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
-