Package org.camunda.bpm.engine.impl.cmd
Class AbstractSetJobsRetriesBatchCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
-
- Direct Known Subclasses:
SetJobsRetriesBatchCmd,SetJobsRetriesByProcessBatchCmd
public abstract class AbstractSetJobsRetriesBatchCmd extends java.lang.Object implements Command<Batch>
- Author:
- Askar Akhmerov
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.DatedueDateprotected booleanisDueDateSetprotected intretries
-
Constructor Summary
Constructors Constructor Description AbstractSetJobsRetriesBatchCmd()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract BatchElementConfigurationcollectJobIds(CommandContext commandContext)Batchexecute(CommandContext commandContext)BatchConfigurationgetConfiguration(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, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Method Detail
-
execute
public Batch execute(CommandContext commandContext)
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances)
-
collectJobIds
protected abstract BatchElementConfiguration collectJobIds(CommandContext commandContext)
-
getConfiguration
public BatchConfiguration getConfiguration(BatchElementConfiguration elementConfiguration)
-
-