org.camunda.bpm.engine.rest.dto.batch
Class BatchStatisticsDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.batch.BatchDto
org.camunda.bpm.engine.rest.dto.batch.BatchStatisticsDto
public class BatchStatisticsDto
- extends BatchDto
| Fields inherited from class org.camunda.bpm.engine.rest.dto.batch.BatchDto |
batchJobDefinitionId, batchJobsPerSeed, id, invocationsPerBatchJob, jobsCreated, monitorJobDefinitionId, seedJobDefinitionId, suspended, tenantId, totalJobs, type |
| Methods inherited from class org.camunda.bpm.engine.rest.dto.batch.BatchDto |
fromBatch, getBatchJobDefinitionId, getBatchJobsPerSeed, getId, getInvocationsPerBatchJob, getJobsCreated, getMonitorJobDefinitionId, getSeedJobDefinitionId, getTenantId, getTotalJobs, getType, isSuspended |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remainingJobs
protected int remainingJobs
completedJobs
protected int completedJobs
failedJobs
protected int failedJobs
BatchStatisticsDto
public BatchStatisticsDto()
getRemainingJobs
public int getRemainingJobs()
getCompletedJobs
public int getCompletedJobs()
getFailedJobs
public int getFailedJobs()
fromBatchStatistics
public static BatchStatisticsDto fromBatchStatistics(BatchStatistics batchStatistics)
Copyright © 2016 camunda services GmbH. All rights reserved.