Uses of Class
org.camunda.community.rest.client.dto.BatchStatisticsDto
Packages that use BatchStatisticsDto
-
Uses of BatchStatisticsDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type BatchStatisticsDtoModifier and TypeMethodDescriptionBatchApi.getBatchStatistics(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures) Get Statistics Queries for batch statistics that fulfill given parameters.BatchApi.getBatchStatistics(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures, Map<String, String> additionalHeaders) Get Statistics Queries for batch statistics that fulfill given parameters. -
Uses of BatchStatisticsDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return BatchStatisticsDtoModifier and TypeMethodDescriptionBatchStatisticsDto.batchJobDefinitionId(String batchJobDefinitionId) BatchStatisticsDto.batchJobsPerSeed(Integer batchJobsPerSeed) BatchStatisticsDto.completedJobs(Integer completedJobs) BatchStatisticsDto.createUserId(String createUserId) BatchStatisticsDto.executionStartTime(OffsetDateTime executionStartTime) BatchStatisticsDto.failedJobs(Integer failedJobs) BatchStatisticsDto.invocationsPerBatchJob(Integer invocationsPerBatchJob) BatchStatisticsDto.jobsCreated(Integer jobsCreated) BatchStatisticsDto.monitorJobDefinitionId(String monitorJobDefinitionId) BatchStatisticsDto.remainingJobs(Integer remainingJobs) BatchStatisticsDto.seedJobDefinitionId(String seedJobDefinitionId) BatchStatisticsDto.startTime(OffsetDateTime startTime)