Package org.camunda.bpm.engine.impl.cmd
Class AbstractRestartProcessInstanceCmd<T>
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractRestartProcessInstanceCmd<T>
-
- All Implemented Interfaces:
Command<T>
- Direct Known Subclasses:
RestartProcessInstancesBatchCmd
,RestartProcessInstancesCmd
public abstract class AbstractRestartProcessInstanceCmd<T> extends Object implements Command<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected RestartProcessInstanceBuilderImpl
builder
protected CommandExecutor
commandExecutor
-
Constructor Summary
Constructors Constructor Description AbstractRestartProcessInstanceCmd(CommandExecutor commandExecutor, RestartProcessInstanceBuilderImpl builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<String>
collectProcessInstanceIds()
protected ProcessDefinitionEntity
getProcessDefinition(CommandContext commandContext, String processDefinitionId)
protected void
writeUserOperationLog(CommandContext commandContext, ProcessDefinition processDefinition, int numInstances, boolean async)
-
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, isRetryable
-
-
-
-
Field Detail
-
commandExecutor
protected CommandExecutor commandExecutor
-
builder
protected RestartProcessInstanceBuilderImpl builder
-
-
Constructor Detail
-
AbstractRestartProcessInstanceCmd
public AbstractRestartProcessInstanceCmd(CommandExecutor commandExecutor, RestartProcessInstanceBuilderImpl builder)
-
-
Method Detail
-
collectProcessInstanceIds
protected Collection<String> collectProcessInstanceIds()
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, ProcessDefinition processDefinition, int numInstances, boolean async)
-
getProcessDefinition
protected ProcessDefinitionEntity getProcessDefinition(CommandContext commandContext, String processDefinitionId)
-
-