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
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.String>
ids
protected JobQuery
jobQuery
-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
retries
-
-
Constructor Summary
Constructors Constructor Description SetJobsRetriesBatchCmd(java.util.List<java.lang.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
-
-
-
-
Field Detail
-
ids
protected java.util.List<java.lang.String> ids
-
jobQuery
protected JobQuery jobQuery
-
-
Constructor Detail
-
SetJobsRetriesBatchCmd
public SetJobsRetriesBatchCmd(java.util.List<java.lang.String> ids, JobQuery jobQuery, int retries)
-
-
Method Detail
-
collectJobIds
protected BatchElementConfiguration collectJobIds(CommandContext commandContext)
- Specified by:
collectJobIds
in classAbstractSetJobsRetriesBatchCmd
-
-