Class GetEventModelCmd
- java.lang.Object
-
- org.flowable.eventregistry.impl.cmd.GetEventModelCmd
-
- All Implemented Interfaces:
Serializable,Command<EventModel>
public class GetEventModelCmd extends Object implements Command<EventModel>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringeventDefinitionIdprotected StringeventDefinitionKeyprotected StringparentDeploymentIdprotected StringtenantId
-
Constructor Summary
Constructors Constructor Description GetEventModelCmd(String eventDefinitionKey, String eventDefinitionId)GetEventModelCmd(String eventDefinitionKey, String tenantId, String parentDeploymentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventModelexecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public EventModel execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand<EventModel>
-
-