Class GetIncidentCountsByDefinitionKeyCmd

java.lang.Object
com.flowable.platform.service.health.GetIncidentCountsByDefinitionKeyCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<SlowJobIncidentCount>>

public class GetIncidentCountsByDefinitionKeyCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<SlowJobIncidentCount>>
Queries incidents of a given type grouped by definition key, returning the count per definition.
  • Field Details

    • type

      protected final String type
    • tenantId

      protected final String tenantId
    • createdAfter

      protected final Date createdAfter
  • Constructor Details

    • GetIncidentCountsByDefinitionKeyCmd

      public GetIncidentCountsByDefinitionKeyCmd(String type, String tenantId, Date createdAfter)
  • Method Details

    • execute

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