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 includeFailedJobs()
ProcessDefinitionStatisticsQuery includeIncidents()
ProcessDefinitionStatisticsQuery includeIncidentsForType(String incidentType)
Copyright © 2015. All rights reserved.