Class GetAppIncidentsCmd

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

public class GetAppIncidentsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<AppIncidentEntity>>
  • Field Details

    • appKey

      protected String appKey
    • tenantId

      protected String tenantId
  • Constructor Details

    • GetAppIncidentsCmd

      public GetAppIncidentsCmd(String appKey)
    • GetAppIncidentsCmd

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

    • execute

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