org.camunda.bpm.engine.impl.batch
Class DeleteBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.batch.DeleteBatchCmd
- All Implemented Interfaces:
- Command<Void>
public class DeleteBatchCmd
- extends Object
- implements Command<Void>
- Author:
- Thorben Lindhauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cascadeToHistory
protected boolean cascadeToHistory
batchId
protected String batchId
DeleteBatchCmd
public DeleteBatchCmd(String batchId,
boolean cascadeToHistory)
execute
public Void execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Void>
checkAccess
protected void checkAccess(CommandContext commandContext,
BatchEntity batch)
Copyright © 2016 camunda services GmbH. All rights reserved.