Class HistoricBatchDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.batch.HistoricBatchDto
-
public class HistoricBatchDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbatchJobDefinitionIdprotected intbatchJobsPerSeedprotected StringcreateUserIdprotected DateendTimeprotected Stringidprotected intinvocationsPerBatchJobprotected StringmonitorJobDefinitionIdprotected DateremovalTimeprotected StringseedJobDefinitionIdprotected DatestartTimeprotected StringtenantIdprotected inttotalJobsprotected Stringtype
-
Constructor Summary
Constructors Constructor Description HistoricBatchDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricBatchDtofromBatch(org.camunda.bpm.engine.batch.history.HistoricBatch historicBatch)StringgetBatchJobDefinitionId()intgetBatchJobsPerSeed()StringgetCreateUserId()DategetEndTime()StringgetId()intgetInvocationsPerBatchJob()StringgetMonitorJobDefinitionId()DategetRemovalTime()StringgetSeedJobDefinitionId()DategetStartTime()StringgetTenantId()intgetTotalJobs()StringgetType()
-
-
-
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
-
createUserId
protected String createUserId
-
startTime
protected Date startTime
-
endTime
protected Date endTime
-
removalTime
protected Date removalTime
-
-
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()
-
getCreateUserId
public String getCreateUserId()
-
getStartTime
public Date getStartTime()
-
getEndTime
public Date getEndTime()
-
getRemovalTime
public Date getRemovalTime()
-
fromBatch
public static HistoricBatchDto fromBatch(org.camunda.bpm.engine.batch.history.HistoricBatch historicBatch)
-
-