Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<ActivityStatisticsResultDto> |
ProcessDefinitionApi.getActivityStatistics(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of a given process definition, grouped by activities.
|
List<ActivityStatisticsResultDto> |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKey(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.
|
List<ActivityStatisticsResultDto> |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantId(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.
|
ApiResponse<List<ActivityStatisticsResultDto>> |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.
|
ApiResponse<List<ActivityStatisticsResultDto>> |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyWithHttpInfo(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.
|
ApiResponse<List<ActivityStatisticsResultDto>> |
ProcessDefinitionApi.getActivityStatisticsWithHttpInfo(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType)
Get Activity Instance Statistics
Retrieves runtime statistics of a given process definition, grouped by activities.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ProcessDefinitionApi.getActivityStatisticsAsync(String id,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback<List<ActivityStatisticsResultDto>> _callback)
Get Activity Instance Statistics (asynchronously)
Retrieves runtime statistics of a given process definition, grouped by activities.
|
okhttp3.Call |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantIdAsync(String key,
String tenantId,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback<List<ActivityStatisticsResultDto>> _callback)
Get Activity Instance Statistics (asynchronously)
Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.
|
okhttp3.Call |
ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAsync(String key,
Boolean failedJobs,
Boolean incidents,
String incidentsForType,
ApiCallback<List<ActivityStatisticsResultDto>> _callback)
Get Activity Instance Statistics (asynchronously)
Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.
|
Modifier and Type | Method and Description |
---|---|
ActivityStatisticsResultDto |
ActivityStatisticsResultDto.addIncidentsItem(IncidentStatisticsResultDto incidentsItem) |
ActivityStatisticsResultDto |
ActivityStatisticsResultDto.failedJobs(Integer failedJobs) |
ActivityStatisticsResultDto |
ActivityStatisticsResultDto.id(String id) |
ActivityStatisticsResultDto |
ActivityStatisticsResultDto.incidents(List<IncidentStatisticsResultDto> incidents) |
ActivityStatisticsResultDto |
ActivityStatisticsResultDto.instances(Integer instances) |
Copyright © 2022. All rights reserved.