public class SetCaseInstanceOwnerCmd extends AbstractCaseInstanceIdentityLinkCmd implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseInstanceId |
protected String |
ownerUserId |
| Constructor and Description |
|---|
SetCaseInstanceOwnerCmd(String caseInstanceId,
String ownerUserId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
createIdentityLinkType, getCaseInstanceEntity, removeIdentityLinkTypeprotected final String caseInstanceId
protected final String ownerUserId
public Void execute(CommandContext commandContext)
Copyright © 2022 Flowable. All rights reserved.