org.camunda.bpm.engine.rest.dto.history.batch
Class HistoricBatchDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.batch.HistoricBatchDto

public class HistoricBatchDto
extends Object


Field Summary
protected  String batchJobDefinitionId
           
protected  int batchJobsPerSeed
           
protected  Date endTime
           
protected  String id
           
protected  int invocationsPerBatchJob
           
protected  String monitorJobDefinitionId
           
protected  String seedJobDefinitionId
           
protected  Date startTime
           
protected  String tenantId
           
protected  int totalJobs
           
protected  String type
           
 
Constructor Summary
HistoricBatchDto()
           
 
Method Summary
static HistoricBatchDto fromBatch(HistoricBatch historicBatch)
           
 String getBatchJobDefinitionId()
           
 int getBatchJobsPerSeed()
           
 Date getEndTime()
           
 String getId()
           
 int getInvocationsPerBatchJob()
           
 String getMonitorJobDefinitionId()
           
 String getSeedJobDefinitionId()
           
 Date getStartTime()
           
 String getTenantId()
           
 int getTotalJobs()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HistoricBatchDto

public HistoricBatchDto()
Method Detail

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.