org.camunda.bpm.engine.impl.cmd
Class AbstractSetExternalTaskRetriesCmd<T>
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd<T>
- All Implemented Interfaces:
- Command<T>
- Direct Known Subclasses:
- SetExternalTasksRetriesBatchCmd, SetExternalTasksRetriesCmd
public abstract class AbstractSetExternalTaskRetriesCmd<T>
- extends Object
- implements Command<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command |
execute |
builder
protected UpdateExternalTaskRetriesBuilderImpl builder
AbstractSetExternalTaskRetriesCmd
public AbstractSetExternalTaskRetriesCmd(UpdateExternalTaskRetriesBuilderImpl builder)
collectProcessInstanceIds
protected List<String> collectProcessInstanceIds()
collectExternalTaskIds
protected List<String> collectExternalTaskIds()
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext,
int retries,
int numInstances,
boolean async)
Copyright © 2017 camunda services GmbH. All rights reserved.