public class RegisterActionDefinitionCmd extends Object implements Command<ActionDefinitionEntity>
Modifier and Type | Field and Description |
---|---|
protected ActionDefinitionBuilder |
builder |
Constructor and Description |
---|
RegisterActionDefinitionCmd(ActionDefinitionBuilder actionDefinitionBuilder) |
Modifier and Type | Method and Description |
---|---|
ActionDefinitionEntity |
execute(CommandContext commandContext) |
protected final ActionDefinitionBuilder builder
public RegisterActionDefinitionCmd(ActionDefinitionBuilder actionDefinitionBuilder)
public ActionDefinitionEntity execute(CommandContext commandContext)
execute
in interface Command<ActionDefinitionEntity>