Class BatchDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.batch.BatchDto
- Direct Known Subclasses:
BatchStatisticsDto
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BatchDto
int
getId()
int
int
int
getType()
boolean
void
setExecutionStartTime
(Date executionStartTime) void
setStartTime
(Date startTime)
-
Field Details
-
id
-
type
-
totalJobs
protected int totalJobs -
jobsCreated
protected int jobsCreated -
batchJobsPerSeed
protected int batchJobsPerSeed -
invocationsPerBatchJob
protected int invocationsPerBatchJob -
seedJobDefinitionId
-
monitorJobDefinitionId
-
batchJobDefinitionId
-
suspended
protected boolean suspended -
tenantId
-
createUserId
-
startTime
-
executionStartTime
-
-
Constructor Details
-
BatchDto
public BatchDto()
-
-
Method Details
-
getId
-
getType
-
getTotalJobs
public int getTotalJobs() -
getJobsCreated
public int getJobsCreated() -
getBatchJobsPerSeed
public int getBatchJobsPerSeed() -
getInvocationsPerBatchJob
public int getInvocationsPerBatchJob() -
getSeedJobDefinitionId
-
getMonitorJobDefinitionId
-
getBatchJobDefinitionId
-
isSuspended
public boolean isSuspended() -
getTenantId
-
getCreateUserId
-
getStartTime
-
setStartTime
-
getExecutionStartTime
-
setExecutionStartTime
-
fromBatch
-