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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Field Details
-
retries
protected int retries -
dueDate
-
isDueDateSet
protected boolean isDueDateSet
-
-
Constructor Details
-
AbstractSetJobsRetriesBatchCmd
public AbstractSetJobsRetriesBatchCmd()
-
-
Method Details