Package org.camunda.bpm.engine.impl.cmd
Class AbstractSetJobsRetriesBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
- Direct Known Subclasses:
- SetJobsRetriesBatchCmd,- SetJobsRetriesByProcessBatchCmd
- Author:
- Askar Akhmerov
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract BatchElementConfigurationcollectJobIds(CommandContext commandContext) execute(CommandContext commandContext) getConfiguration(BatchElementConfiguration elementConfiguration) protected voidwriteUserOperationLog(CommandContext commandContext, int numInstances) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
- 
Field Details- 
retriesprotected int retries
- 
dueDate
- 
isDueDateSetprotected boolean isDueDateSet
 
- 
- 
Constructor Details- 
AbstractSetJobsRetriesBatchCmdpublic AbstractSetJobsRetriesBatchCmd()
 
- 
- 
Method Details