Interface ProcessDefinitionStatisticsQuery
-
- All Superinterfaces:
Query<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>
- All Known Implementing Classes:
ProcessDefinitionStatisticsQueryImpl
public interface ProcessDefinitionStatisticsQuery extends Query<ProcessDefinitionStatisticsQuery,ProcessDefinitionStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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-
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
-
-
-
Method Detail
-
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
ProcessDefinitionStatisticsQuery includeIncidentsForType(String incidentType)
Include an aggregation of incidents of the assigned incidentType in the result.
-
-