public class GetActionDefinitionModelCmd extends AbstractNeedsActionDefinitionCmd implements Command<ActionDefinitionModel>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
protected String |
actionDefinitionKey |
protected String |
tenantId |
| Constructor and Description |
|---|
GetActionDefinitionModelCmd(String actionDefinitionId,
String actionDefinitionKey,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinitionModel |
execute(CommandContext commandContext) |
resolveActionDefinitionprotected String actionDefinitionId
protected String actionDefinitionKey
protected String tenantId
public ActionDefinitionModel execute(CommandContext commandContext)
execute in interface Command<ActionDefinitionModel>