Modifier and Type |
Method and Description |
ProcessDefinitionStatisticsResultDto |
addIncidentsItem(IncidentStatisticsResultDto incidentsItem) |
ProcessDefinitionStatisticsResultDto |
definition(ProcessDefinitionDto definition) |
boolean |
equals(Object o) |
ProcessDefinitionStatisticsResultDto |
failedJobs(Integer failedJobs) |
ProcessDefinitionDto |
getDefinition()
Get definition
|
Integer |
getFailedJobs()
The total number of failed jobs for the running instances.
|
String |
getId()
The id of the process definition the results are aggregated for.
|
List<IncidentStatisticsResultDto> |
getIncidents()
Each item in the resulting array is an object which contains `incidentType` and `incidentCount`.
|
Integer |
getInstances()
The total number of running process instances of this process definition.
|
int |
hashCode() |
ProcessDefinitionStatisticsResultDto |
id(String id) |
ProcessDefinitionStatisticsResultDto |
incidents(List<IncidentStatisticsResultDto> incidents) |
ProcessDefinitionStatisticsResultDto |
instances(Integer instances) |
void |
setDefinition(ProcessDefinitionDto definition) |
void |
setFailedJobs(Integer failedJobs) |
void |
setId(String id) |
void |
setIncidents(List<IncidentStatisticsResultDto> incidents) |
void |
setInstances(Integer instances) |
String |
toString() |