public interface ProcessDefinitionStatisticsQuery extends Query<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>
| Modifier and Type | Method and Description | 
|---|---|
| ProcessDefinitionStatisticsQuery | includeFailedJobs()Include an aggregation of failed jobs in the result. | 
| ProcessDefinitionStatisticsQuery | includeIncidents()Include an aggregation of incidents in the result. | 
| ProcessDefinitionStatisticsQuery | includeIncidentsForType(String incidentType)Include an aggregation of incidents of the assigned incidentType in the result. | 
| ProcessDefinitionStatisticsQuery | includeRootIncidents()Include an aggregation of root incidents only | 
asc, count, desc, list, listPage, singleResult, unlimitedListProcessDefinitionStatisticsQuery includeFailedJobs()
ProcessDefinitionStatisticsQuery includeIncidents()
ProcessDefinitionStatisticsQuery includeRootIncidents()
ProcessDefinitionStatisticsQuery includeIncidentsForType(String incidentType)
Copyright © 2022. All rights reserved.