public class AddIdentityLinkForCaseInstanceCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseInstanceId |
protected String |
groupId |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
AddIdentityLinkForCaseInstanceCmd(String caseInstanceId,
String userId,
String groupId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
protected void |
validateParams(String caseInstanceId,
String userId,
String groupId,
String type) |
Copyright © 2019 Flowable. All rights reserved.