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