org.camunda.bpm.engine.rest.dto.batch
Class BatchDto

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

public class BatchDto
extends Object


Field Summary
protected  String batchJobDefinitionId
           
protected  int batchJobsPerSeed
           
protected  String id
           
protected  int invocationsPerBatchJob
           
protected  int jobsCreated
           
protected  String monitorJobDefinitionId
           
protected  String seedJobDefinitionId
           
protected  boolean suspended
           
protected  String tenantId
           
protected  int totalJobs
           
protected  String type
           
 
Constructor Summary
BatchDto()
           
 
Method Summary
static BatchDto fromBatch(Batch batch)
           
 String getBatchJobDefinitionId()
           
 int getBatchJobsPerSeed()
           
 String getId()
           
 int getInvocationsPerBatchJob()
           
 int getJobsCreated()
           
 String getMonitorJobDefinitionId()
           
 String getSeedJobDefinitionId()
           
 String getTenantId()
           
 int getTotalJobs()
           
 String getType()
           
 boolean isSuspended()
           
 
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

jobsCreated

protected int jobsCreated

batchJobsPerSeed

protected int batchJobsPerSeed

invocationsPerBatchJob

protected int invocationsPerBatchJob

seedJobDefinitionId

protected String seedJobDefinitionId

monitorJobDefinitionId

protected String monitorJobDefinitionId

batchJobDefinitionId

protected String batchJobDefinitionId

suspended

protected boolean suspended

tenantId

protected String tenantId
Constructor Detail

BatchDto

public BatchDto()
Method Detail

getId

public String getId()

getType

public String getType()

getTotalJobs

public int getTotalJobs()

getJobsCreated

public int getJobsCreated()

getBatchJobsPerSeed

public int getBatchJobsPerSeed()

getInvocationsPerBatchJob

public int getInvocationsPerBatchJob()

getSeedJobDefinitionId

public String getSeedJobDefinitionId()

getMonitorJobDefinitionId

public String getMonitorJobDefinitionId()

getBatchJobDefinitionId

public String getBatchJobDefinitionId()

isSuspended

public boolean isSuspended()

getTenantId

public String getTenantId()

fromBatch

public static BatchDto fromBatch(Batch batch)


Copyright © 2016 camunda services GmbH. All rights reserved.