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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetIncidentCountsByDefinitionKeyCmd(String type, String tenantId, Date createdAfter) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
type
-
tenantId
-
createdAfter
-
-
Constructor Details
-
GetIncidentCountsByDefinitionKeyCmd
-
-
Method Details
-
execute
public List<SlowJobIncidentCount> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<List<SlowJobIncidentCount>>
-