org.camunda.bpm.engine.impl.cmd
Class SetJobsRetriesBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.batch.AbstractBatchCmd<T>
org.camunda.bpm.engine.impl.cmd.batch.AbstractIDBasedBatchCmd<Batch>
org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
- All Implemented Interfaces:
- Command<Batch>
public class SetJobsRetriesBatchCmd
- extends AbstractSetJobsRetriesBatchCmd
- Author:
- Askar Akhmerov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobIds
protected final List<String> jobIds
jobQuery
protected final JobQuery jobQuery
SetJobsRetriesBatchCmd
public SetJobsRetriesBatchCmd(List<String> jobIds,
JobQuery jobQuery,
int retries)
collectJobIds
protected List<String> collectJobIds(CommandContext commandContext)
- Specified by:
collectJobIds in class AbstractSetJobsRetriesBatchCmd
getJobIds
public List<String> getJobIds()
getRetries
public int getRetries()
getJobQuery
public JobQuery getJobQuery()
Copyright © 2017 camunda services GmbH. All rights reserved.