Package org.camunda.bpm.engine.impl.cmd
Class SetJobsRetriesBatchCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
-
- org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
-
public class SetJobsRetriesBatchCmd extends AbstractSetJobsRetriesBatchCmd
- Author:
- Askar Akhmerov
-
-
Constructor Summary
Constructors Constructor Description SetJobsRetriesBatchCmd(List<String> ids, JobQuery jobQuery, int retries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchElementConfiguration
collectJobIds(CommandContext commandContext)
-
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
execute, getConfiguration, writeUserOperationLog
-
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
-
collectJobIds
protected BatchElementConfiguration collectJobIds(CommandContext commandContext)
- Specified by:
collectJobIds
in classAbstractSetJobsRetriesBatchCmd
-
-