org.camunda.bpm.engine.rest.dto.history.batch
Class HistoricBatchDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.batch.HistoricBatchDto
public class HistoricBatchDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
type
protected String type
totalJobs
protected int totalJobs
batchJobsPerSeed
protected int batchJobsPerSeed
invocationsPerBatchJob
protected int invocationsPerBatchJob
seedJobDefinitionId
protected String seedJobDefinitionId
monitorJobDefinitionId
protected String monitorJobDefinitionId
batchJobDefinitionId
protected String batchJobDefinitionId
tenantId
protected String tenantId
startTime
protected Date startTime
endTime
protected Date endTime
HistoricBatchDto
public HistoricBatchDto()
getId
public String getId()
getType
public String getType()
getTotalJobs
public int getTotalJobs()
getBatchJobsPerSeed
public int getBatchJobsPerSeed()
getInvocationsPerBatchJob
public int getInvocationsPerBatchJob()
getSeedJobDefinitionId
public String getSeedJobDefinitionId()
getMonitorJobDefinitionId
public String getMonitorJobDefinitionId()
getBatchJobDefinitionId
public String getBatchJobDefinitionId()
getTenantId
public String getTenantId()
getStartTime
public Date getStartTime()
getEndTime
public Date getEndTime()
fromBatch
public static HistoricBatchDto fromBatch(HistoricBatch historicBatch)
Copyright © 2016 camunda services GmbH. All rights reserved.