org.camunda.bpm.engine.impl.cmd
Class UpdateProcessInstancesSuspendStateBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractUpdateProcessInstancesSuspendStateCmd<Batch>
org.camunda.bpm.engine.impl.cmd.UpdateProcessInstancesSuspendStateBatchCmd
- All Implemented Interfaces:
- Command<Batch>
public class UpdateProcessInstancesSuspendStateBatchCmd
- extends AbstractUpdateProcessInstancesSuspendStateCmd<Batch>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateProcessInstancesSuspendStateBatchCmd
public UpdateProcessInstancesSuspendStateBatchCmd(CommandExecutor commandExecutor,
UpdateProcessInstancesSuspensionStateBuilderImpl builder,
boolean suspending)
execute
public Batch execute(CommandContext commandContext)
createBatch
protected BatchEntity createBatch(CommandContext commandContext,
Collection<String> processInstanceIds)
calculateSize
protected int calculateSize(ProcessEngineConfigurationImpl engineConfiguration,
UpdateProcessInstancesSuspendStateBatchConfiguration batchConfiguration)
getAbstractIdsBatchConfiguration
protected BatchConfiguration getAbstractIdsBatchConfiguration(List<String> processInstanceIds)
getBatchJobHandler
protected BatchJobHandler<UpdateProcessInstancesSuspendStateBatchConfiguration> getBatchJobHandler(ProcessEngineConfigurationImpl processEngineConfiguration)
checkAuthorizations
protected void checkAuthorizations(CommandContext commandContext)
Copyright © 2017 camunda services GmbH. All rights reserved.