org.camunda.bpm.engine.rest.dto.batch
Class BatchStatisticsDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.batch.BatchDto
      extended by org.camunda.bpm.engine.rest.dto.batch.BatchStatisticsDto

public class BatchStatisticsDto
extends BatchDto


Field Summary
protected  int completedJobs
           
protected  int failedJobs
           
protected  int remainingJobs
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.batch.BatchDto
batchJobDefinitionId, batchJobsPerSeed, id, invocationsPerBatchJob, jobsCreated, monitorJobDefinitionId, seedJobDefinitionId, suspended, tenantId, totalJobs, type
 
Constructor Summary
BatchStatisticsDto()
           
 
Method Summary
static BatchStatisticsDto fromBatchStatistics(BatchStatistics batchStatistics)
           
 int getCompletedJobs()
           
 int getFailedJobs()
           
 int getRemainingJobs()
           
 
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
 

Field Detail

remainingJobs

protected int remainingJobs

completedJobs

protected int completedJobs

failedJobs

protected int failedJobs
Constructor Detail

BatchStatisticsDto

public BatchStatisticsDto()
Method Detail

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.