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, getSuspendedTaskException
public 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)
NeedsActiveTaskCmd
execute
in class NeedsActiveTaskCmd<Void>
Copyright © 2015 Alfresco. All rights reserved.