Interface ProcessDefinitionStatisticsQuery
- All Superinterfaces:
Query<ProcessDefinitionStatisticsQuery,
ProcessDefinitionStatistics>
- All Known Implementing Classes:
ProcessDefinitionStatisticsQueryImpl
public interface ProcessDefinitionStatisticsQuery
extends Query<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionInclude an aggregation of failed jobs in the result.Include an aggregation of incidents in the result.includeIncidentsForType
(String incidentType) Include an aggregation of incidents of the assigned incidentType in the result.Include an aggregation of root incidents onlyMethods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
Method Details
-
includeFailedJobs
ProcessDefinitionStatisticsQuery includeFailedJobs()Include an aggregation of failed jobs in the result. -
includeIncidents
ProcessDefinitionStatisticsQuery includeIncidents()Include an aggregation of incidents in the result. -
includeRootIncidents
ProcessDefinitionStatisticsQuery includeRootIncidents()Include an aggregation of root incidents only -
includeIncidentsForType
Include an aggregation of incidents of the assigned incidentType in the result.
-