public class AddIdentityLinkCmd extends NeedsActiveTaskCmd<Void>
| Modifier and Type | Field and Description |
|---|---|
static int |
IDENTITY_GROUP |
static int |
IDENTITY_USER |
protected String |
identityId |
protected int |
identityIdType |
protected String |
identityType |
taskId| Constructor and Description |
|---|
AddIdentityLinkCmd(String taskId,
String identityId,
int identityIdType,
String identityType) |
| 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 taskId,
String identityId,
int identityIdType,
String identityType) |
execute, getSuspendedTaskExceptionpublic static int IDENTITY_USER
public static int IDENTITY_GROUP
protected String identityId
protected int identityIdType
protected String identityType
protected void validateParams(String taskId, String identityId, int identityIdType, String identityType)
protected Void execute(CommandContext commandContext, TaskEntity task)
NeedsActiveTaskCmdexecute in class NeedsActiveTaskCmd<Void>Copyright © 2015 Alfresco. All rights reserved.