Package com.flowable.app.engine.impl.cmd
Class CreateAppIncidentCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.CreateAppIncidentCmd
-
- All Implemented Interfaces:
Command<AppIncident>
public class CreateAppIncidentCmd extends Object implements Command<AppIncident>
-
-
Field Summary
Fields Modifier and Type Field Description protected AppIncidentBuilder
appIncidentBuilder
-
Constructor Summary
Constructors Constructor Description CreateAppIncidentCmd(AppIncidentBuilder appIncidentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppIncident
execute(CommandContext commandContext)
-
-
-
Field Detail
-
appIncidentBuilder
protected AppIncidentBuilder appIncidentBuilder
-
-
Constructor Detail
-
CreateAppIncidentCmd
public CreateAppIncidentCmd(AppIncidentBuilder appIncidentBuilder)
-
-
Method Detail
-
execute
public AppIncident execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<AppIncident>
-
-