org.camunda.bpm.engine.rest.dto.batch
Class BatchDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.batch.BatchDto
- Direct Known Subclasses:
- BatchStatisticsDto
public class BatchDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BatchDto
public BatchDto()
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.