public class DeleteIdentityLinkCmd extends NeedsActiveTaskCmd<Void>
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected String |
type |
protected String |
userId |
taskId| Constructor and Description |
|---|
DeleteIdentityLinkCmd(String taskId,
String userId,
String groupId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
protected void |
validateParams(String userId,
String groupId,
String type,
String taskId) |
execute, getSuspendedTaskExceptionprotected String userId
protected String groupId
protected String type
protected void validateParams(String userId, String groupId, String type, String taskId)
protected Void execute(CommandContext commandContext, TaskEntity task)
NeedsActiveTaskCmdexecute in class NeedsActiveTaskCmd<Void>Copyright © 2016 Alfresco. All rights reserved.