public class DeleteIdentityLinkCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
taskId |
protected String |
type |
protected String |
userId |
Constructor and Description |
---|
DeleteIdentityLinkCmd(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) |
Copyright © 2015. All rights reserved.