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
FieldsFields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
dueDate, isDueDateSet, retries - 
Constructor Summary
ConstructorsConstructorDescriptionSetJobsRetriesBatchCmd(List<String> ids, JobQuery jobQuery, int retries, Date dueDate, boolean isDueDateSet)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected BatchElementConfigurationcollectJobIds(CommandContext commandContext) Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
execute, getConfiguration, writeUserOperationLogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable 
- 
Field Details
- 
ids
 - 
jobQuery
 
 - 
 - 
Constructor Details
- 
SetJobsRetriesBatchCmd
 
 - 
 - 
Method Details
- 
collectJobIds
- Specified by:
 collectJobIdsin classAbstractSetJobsRetriesBatchCmd
 
 -