Interface ActivityStatisticsQuery
-
- All Superinterfaces:
Query<ActivityStatisticsQuery,ActivityStatistics>
- All Known Implementing Classes:
ActivityStatisticsQueryImpl
public interface ActivityStatisticsQuery extends Query<ActivityStatisticsQuery,ActivityStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityStatisticsQuery
includeFailedJobs()
Include an aggregation of failed jobs in the result.ActivityStatisticsQuery
includeIncidents()
Include an aggregation of incidents in the result.ActivityStatisticsQuery
includeIncidentsForType(String incidentType)
Include an aggregation of incidents of the assigned incidentType in the result.-
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
-
-
-
Method Detail
-
includeFailedJobs
ActivityStatisticsQuery includeFailedJobs()
Include an aggregation of failed jobs in the result.
-
includeIncidents
ActivityStatisticsQuery includeIncidents()
Include an aggregation of incidents in the result.
-
includeIncidentsForType
ActivityStatisticsQuery includeIncidentsForType(String incidentType)
Include an aggregation of incidents of the assigned incidentType in the result.
-
-