public class AddActionDefinitionLinkCmd extends Object implements Command<ActionDefinitionLink>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
protected String |
linkValue |
protected String |
type |
| Constructor and Description |
|---|
AddActionDefinitionLinkCmd(String actionDefinitionId,
String type,
String linkValue) |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinitionLink |
execute(CommandContext commandContext) |
protected String actionDefinitionId
protected String type
protected String linkValue
public ActionDefinitionLink execute(CommandContext commandContext)
execute in interface Command<ActionDefinitionLink>