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
- Author:
- Askar Akhmerov
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
dueDate, isDueDateSet, retries
-
Constructor Summary
ConstructorDescriptionSetJobsRetriesBatchCmd
(List<String> ids, JobQuery jobQuery, int retries, Date dueDate, boolean isDueDateSet) -
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfiguration
collectJobIds
(CommandContext commandContext) Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
execute, getConfiguration, writeUserOperationLog
-
Field Details
-
ids
-
jobQuery
-
-
Constructor Details
-
SetJobsRetriesBatchCmd
-
-
Method Details
-
collectJobIds
- Specified by:
collectJobIds
in classAbstractSetJobsRetriesBatchCmd
-