java.lang.Object
org.eximeebpms.bpm.engine.rest.dto.batch.BatchDto
Direct Known Subclasses:
BatchStatisticsDto

public class BatchDto extends Object
  • Field Details Link icon

    • id Link icon

      protected String id
    • type Link icon

      protected String type
    • totalJobs Link icon

      protected int totalJobs
    • jobsCreated Link icon

      protected int jobsCreated
    • batchJobsPerSeed Link icon

      protected int batchJobsPerSeed
    • invocationsPerBatchJob Link icon

      protected int invocationsPerBatchJob
    • seedJobDefinitionId Link icon

      protected String seedJobDefinitionId
    • monitorJobDefinitionId Link icon

      protected String monitorJobDefinitionId
    • batchJobDefinitionId Link icon

      protected String batchJobDefinitionId
    • suspended Link icon

      protected boolean suspended
    • tenantId Link icon

      protected String tenantId
    • createUserId Link icon

      protected String createUserId
    • startTime Link icon

      protected Date startTime
    • executionStartTime Link icon

      protected Date executionStartTime
  • Constructor Details Link icon

    • BatchDto Link icon

      public BatchDto()
  • Method Details Link icon

    • getId Link icon

      public String getId()
    • getType Link icon

      public String getType()
    • getTotalJobs Link icon

      public int getTotalJobs()
    • getJobsCreated Link icon

      public int getJobsCreated()
    • getBatchJobsPerSeed Link icon

      public int getBatchJobsPerSeed()
    • getInvocationsPerBatchJob Link icon

      public int getInvocationsPerBatchJob()
    • getSeedJobDefinitionId Link icon

      public String getSeedJobDefinitionId()
    • getMonitorJobDefinitionId Link icon

      public String getMonitorJobDefinitionId()
    • getBatchJobDefinitionId Link icon

      public String getBatchJobDefinitionId()
    • isSuspended Link icon

      public boolean isSuspended()
    • getTenantId Link icon

      public String getTenantId()
    • getCreateUserId Link icon

      public String getCreateUserId()
    • getStartTime Link icon

      public Date getStartTime()
    • setStartTime Link icon

      public void setStartTime(Date startTime)
    • getExecutionStartTime Link icon

      public Date getExecutionStartTime()
    • setExecutionStartTime Link icon

      public void setExecutionStartTime(Date executionStartTime)
    • fromBatch Link icon

      public static BatchDto fromBatch(Batch batch)