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
-
-
Field Summary
Fields Modifier and Type Field Description protected int
completedJobs
protected int
failedJobs
protected int
remainingJobs
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.batch.BatchDto
batchJobDefinitionId, batchJobsPerSeed, createUserId, executionStartTime, id, invocationsPerBatchJob, jobsCreated, monitorJobDefinitionId, seedJobDefinitionId, startTime, suspended, tenantId, totalJobs, type
-
-
Constructor Summary
Constructors Constructor Description BatchStatisticsDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getCreateUserId, getExecutionStartTime, getId, getInvocationsPerBatchJob, getJobsCreated, getMonitorJobDefinitionId, getSeedJobDefinitionId, getStartTime, getTenantId, getTotalJobs, getType, isSuspended, setExecutionStartTime, setStartTime
-
-
-
-
Method Detail
-
getRemainingJobs
public int getRemainingJobs()
-
getCompletedJobs
public int getCompletedJobs()
-
getFailedJobs
public int getFailedJobs()
-
fromBatchStatistics
public static BatchStatisticsDto fromBatchStatistics(BatchStatistics batchStatistics)
-
-