Class HistoricBatchDto

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

public class HistoricBatchDto extends Object
  • Field Details

    • 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
    • executionStartTime

      protected Date executionStartTime
  • Constructor Details

    • HistoricBatchDto

      public HistoricBatchDto()
  • Method Details

    • 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()
    • getExecutionStartTime

      public Date getExecutionStartTime()
    • setExecutionStartTime

      public void setExecutionStartTime(Date executionStartTime)
    • fromBatch

      public static HistoricBatchDto fromBatch(HistoricBatch historicBatch)