public abstract class DeleteIdentityLinkCmd 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 |
---|
DeleteIdentityLinkCmd(String taskId,
String userId,
String groupId,
String type) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDeleteIdentityLink(TaskEntity task,
CommandContext commandContext) |
Void |
execute(CommandContext commandContext) |
protected void |
validateParams(String userId,
String groupId,
String type,
String taskId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String userId
protected String groupId
protected String type
protected String taskId
protected TaskEntity task
protected void validateParams(String userId, String groupId, String type, String taskId)
public Void execute(CommandContext commandContext)
protected void checkDeleteIdentityLink(TaskEntity task, CommandContext commandContext)
Copyright © 2022. All rights reserved.