org.camunda.bpm.engine.impl.cmd
Class SetExternalTasksRetriesBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd<Batch>
org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesBatchCmd
- All Implemented Interfaces:
- Command<Batch>
public class SetExternalTasksRetriesBatchCmd
- extends AbstractSetExternalTaskRetriesCmd<Batch>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetExternalTasksRetriesBatchCmd
public SetExternalTasksRetriesBatchCmd(List<String> externalTaskIds,
ExternalTaskQuery externalTaskQuery,
int retries)
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.