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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BatchElementConfiguration
collectJobIds
(CommandContext commandContext) execute
(CommandContext commandContext) getConfiguration
(BatchElementConfiguration elementConfiguration) protected void
writeUserOperationLog
(CommandContext commandContext, int numInstances)
-
Field Details
-
retries
protected int retries -
dueDate
-
isDueDateSet
protected boolean isDueDateSet
-
-
Constructor Details
-
AbstractSetJobsRetriesBatchCmd
public AbstractSetJobsRetriesBatchCmd()
-
-
Method Details