public class AddIdentityLinkCmd extends NeedsAppDefinitionCmd<Void>
| Modifier and Type | Field and Description |
|---|---|
static int |
IDENTITY_GROUP |
static int |
IDENTITY_USER |
protected String |
identityId |
protected int |
identityIdType |
protected String |
identityType |
appDefinitionId| Constructor and Description |
|---|
AddIdentityLinkCmd(String appDefinitionId,
String identityId,
int identityIdType,
String identityType) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
execute(CommandContext commandContext,
AppDefinition appDefinition)
Subclasses must implement in this method their normal command logic.
|
protected void |
validateParams(String appDefinitionId,
String identityId,
int identityIdType,
String identityType) |
executepublic static final int IDENTITY_USER
public static final int IDENTITY_GROUP
protected String identityId
protected int identityIdType
protected String identityType
protected void validateParams(String appDefinitionId, String identityId, int identityIdType, String identityType)
protected Void execute(CommandContext commandContext, AppDefinition appDefinition)
NeedsAppDefinitionCmdexecute in class NeedsAppDefinitionCmd<Void>