public class GetEventModelCmd extends Object implements Command<EventModel>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
eventDefinitionId |
protected String |
eventDefinitionKey |
protected String |
parentDeploymentId |
protected String |
tenantId |
| Constructor and Description |
|---|
GetEventModelCmd(String eventDefinitionKey,
String eventDefinitionId) |
GetEventModelCmd(String eventDefinitionKey,
String tenantId,
String parentDeploymentId) |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
execute(CommandContext commandContext) |
protected String eventDefinitionKey
protected String eventDefinitionId
protected String tenantId
protected String parentDeploymentId
public EventModel execute(CommandContext commandContext)
execute in interface Command<EventModel>Copyright © 2020 Flowable. All rights reserved.