Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinitionStatisticsResultDto> |
ProcessDefinitionApi.getProcessDefinitionStatistics(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents)
Get Process Instance Statistics
Retrieves runtime statistics of the process engine, grouped by process definitions.
|
ApiResponse<List<ProcessDefinitionStatisticsResultDto>> |
ProcessDefinitionApi.getProcessDefinitionStatisticsWithHttpInfo(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents)
Get Process Instance Statistics
Retrieves runtime statistics of the process engine, grouped by process definitions.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionStatisticsAsync(Boolean failedJobs,
Boolean incidents,
String incidentsForType,
Boolean rootIncidents,
ApiCallback<List<ProcessDefinitionStatisticsResultDto>> _callback)
Get Process Instance Statistics (asynchronously)
Retrieves runtime statistics of the process engine, grouped by process definitions.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionStatisticsResultDto |
ProcessDefinitionStatisticsResultDto.addIncidentsItem(IncidentStatisticsResultDto incidentsItem) |
ProcessDefinitionStatisticsResultDto |
ProcessDefinitionStatisticsResultDto.definition(ProcessDefinitionDto definition) |
ProcessDefinitionStatisticsResultDto |
ProcessDefinitionStatisticsResultDto.failedJobs(Integer failedJobs) |
ProcessDefinitionStatisticsResultDto |
ProcessDefinitionStatisticsResultDto.id(String id) |
ProcessDefinitionStatisticsResultDto |
ProcessDefinitionStatisticsResultDto.incidents(List<IncidentStatisticsResultDto> incidents) |
ProcessDefinitionStatisticsResultDto |
ProcessDefinitionStatisticsResultDto.instances(Integer instances) |
Copyright © 2022. All rights reserved.