Class DeleteAppIncidentCmd

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

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

  • Constructor Details

    • DeleteAppIncidentCmd

      public DeleteAppIncidentCmd(String id)
  • Method Details

    • execute

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