Interface DeploymentStatisticsQuery
-
- All Superinterfaces:
Query<DeploymentStatisticsQuery,DeploymentStatistics>
- All Known Implementing Classes:
DeploymentStatisticsQueryImpl
public interface DeploymentStatisticsQuery extends Query<DeploymentStatisticsQuery,DeploymentStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentStatisticsQuery
includeFailedJobs()
Include an aggregation of failed jobs in the result.DeploymentStatisticsQuery
includeIncidents()
Include an aggregation of incidents in the result.DeploymentStatisticsQuery
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
DeploymentStatisticsQuery includeFailedJobs()
Include an aggregation of failed jobs in the result.
-
includeIncidents
DeploymentStatisticsQuery includeIncidents()
Include an aggregation of incidents in the result.
-
includeIncidentsForType
DeploymentStatisticsQuery includeIncidentsForType(String incidentType)
Include an aggregation of incidents of the assigned incidentType in the result.
-
-