Class CreateAppIncidentCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.CreateAppIncidentCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<AppIncident>

public class CreateAppIncidentCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<AppIncident>
  • Field Details

  • Constructor Details

    • CreateAppIncidentCmd

      public CreateAppIncidentCmd(AppIncidentBuilder appIncidentBuilder)
  • Method Details

    • execute

      public AppIncident execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<AppIncident>