org.camunda.bpm.engine.impl.cmd
Class AbstractUpdateProcessInstancesSuspendStateCmd<T>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractUpdateProcessInstancesSuspendStateCmd<T>
All Implemented Interfaces:
Command<T>
Direct Known Subclasses:
UpdateProcessInstancesSuspendStateBatchCmd, UpdateProcessInstancesSuspendStateCmd

public abstract class AbstractUpdateProcessInstancesSuspendStateCmd<T>
extends Object
implements Command<T>


Field Summary
protected  UpdateProcessInstancesSuspensionStateBuilderImpl builder
           
protected  CommandExecutor commandExecutor
           
protected  boolean suspending
           
 
Constructor Summary
AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspending)
           
 
Method Summary
protected  Collection<String> collectProcessInstanceIds()
           
protected  void writeUserOperationLog(CommandContext commandContext, 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
 

Field Detail

builder

protected UpdateProcessInstancesSuspensionStateBuilderImpl builder

commandExecutor

protected CommandExecutor commandExecutor

suspending

protected boolean suspending
Constructor Detail

AbstractUpdateProcessInstancesSuspendStateCmd

public AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor,
                                                     UpdateProcessInstancesSuspensionStateBuilderImpl builder,
                                                     boolean suspending)
Method Detail

collectProcessInstanceIds

protected Collection<String> collectProcessInstanceIds()

writeUserOperationLog

protected void writeUserOperationLog(CommandContext commandContext,
                                     int numInstances,
                                     boolean async)


Copyright © 2017 camunda services GmbH. All rights reserved.