org.camunda.bpm.engine.impl.cmd
Class SetJobsRetriesBatchCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.batch.AbstractBatchCmd<T>
      extended by org.camunda.bpm.engine.impl.cmd.batch.AbstractIDBasedBatchCmd<Batch>
          extended by org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
              extended by org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
All Implemented Interfaces:
Command<Batch>

public class SetJobsRetriesBatchCmd
extends AbstractSetJobsRetriesBatchCmd

Author:
Askar Akhmerov

Field Summary
protected  List<String> jobIds
           
protected  JobQuery jobQuery
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
retries
 
Constructor Summary
SetJobsRetriesBatchCmd(List<String> jobIds, JobQuery jobQuery, int retries)
           
 
Method Summary
protected  List<String> collectJobIds(CommandContext commandContext)
           
 List<String> getJobIds()
           
 JobQuery getJobQuery()
           
 int getRetries()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
execute, getAbstractIdsBatchConfiguration, getBatchJobHandler, writeUserOperationLog
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.batch.AbstractIDBasedBatchCmd
calculateSize, createBatch
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.batch.AbstractBatchCmd
checkAuthorizations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobIds

protected final List<String> jobIds

jobQuery

protected final JobQuery jobQuery
Constructor Detail

SetJobsRetriesBatchCmd

public SetJobsRetriesBatchCmd(List<String> jobIds,
                              JobQuery jobQuery,
                              int retries)
Method Detail

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.