Class RemoveAppIncidentsCmd

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

public class RemoveAppIncidentsCmd extends Object implements org.flowable.common.engine.impl.interceptor.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

    • 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>