public abstract class AddIdentityLinkCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected TaskEntity |
task |
protected String |
taskId |
protected String |
type |
protected String |
userId |
Constructor and Description |
---|
AddIdentityLinkCmd(String taskId,
String userId,
String groupId,
String type) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected void |
validateParams(String userId,
String groupId,
String type,
String taskId) |
protected String userId
protected String groupId
protected String type
protected String taskId
protected TaskEntity task
Copyright © 2015. All rights reserved.