Class RemoveAppIncidentsCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.RemoveAppIncidentsCmd
All Implemented Interfaces:
Command<Void>

public class RemoveAppIncidentsCmd extends Object implements Command<Void>
  • Field Details

    • appKey

      protected String appKey
    • tenantId

      protected String tenantId
  • Constructor Details

    • RemoveAppIncidentsCmd

      public RemoveAppIncidentsCmd(String appKey)
    • RemoveAppIncidentsCmd

      public RemoveAppIncidentsCmd(String appKey, String tenantId)
  • Method Details