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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BatchElementConfigurationcollectJobIds(CommandContext commandContext) execute(CommandContext commandContext) getConfiguration(BatchElementConfiguration elementConfiguration) protected voidwriteUserOperationLog(CommandContext commandContext, int numInstances) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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