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 SummaryFields Modifier and Type Field Description protected intretries
 - 
Constructor SummaryConstructors Constructor Description AbstractSetJobsRetriesBatchCmd()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandisRetryable
 
- 
 
- 
- 
- 
Method Detail- 
executepublic Batch execute(CommandContext commandContext) 
 - 
writeUserOperationLogprotected void writeUserOperationLog(CommandContext commandContext, int numInstances) 
 - 
collectJobIdsprotected abstract BatchElementConfiguration collectJobIds(CommandContext commandContext) 
 - 
getConfigurationpublic BatchConfiguration getConfiguration(BatchElementConfiguration elementConfiguration) 
 
- 
 
-