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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd<Batch>
      extended by org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesBatchCmd
All Implemented Interfaces:
Command<Batch>

public class SetExternalTasksRetriesBatchCmd
extends AbstractSetExternalTaskRetriesCmd<Batch>


Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd
externalTaskIds, externalTaskQuery, retries
 
Constructor Summary
SetExternalTasksRetriesBatchCmd(List<String> externalTaskIds, ExternalTaskQuery externalTaskQuery, int retries)
           
 
Method Summary
protected  int calculateSize(ProcessEngineConfigurationImpl engineConfiguration, SetRetriesBatchConfiguration batchConfiguration)
           
protected  BatchEntity createBatch(CommandContext commandContext, Collection<String> processInstanceIds)
           
 Batch execute(CommandContext commandContext)
           
protected  BatchJobHandler<SetRetriesBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd
collectExternalTaskIds, writeUserOperationLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetExternalTasksRetriesBatchCmd

public SetExternalTasksRetriesBatchCmd(List<String> externalTaskIds,
                                       ExternalTaskQuery externalTaskQuery,
                                       int retries)
Method Detail

execute

public Batch execute(CommandContext commandContext)

createBatch

protected BatchEntity createBatch(CommandContext commandContext,
                                  Collection<String> processInstanceIds)

calculateSize

protected int calculateSize(ProcessEngineConfigurationImpl engineConfiguration,
                            SetRetriesBatchConfiguration batchConfiguration)

getBatchJobHandler

protected BatchJobHandler<SetRetriesBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)


Copyright © 2017 camunda services GmbH. All rights reserved.