org.camunda.bpm.engine.impl.batch
Class DeleteBatchCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.DeleteBatchCmd
All Implemented Interfaces:
Command<Void>

public class DeleteBatchCmd
extends Object
implements Command<Void>

Author:
Thorben Lindhauer

Field Summary
protected  String batchId
           
protected  boolean cascadeToHistory
           
 
Constructor Summary
DeleteBatchCmd(String batchId, boolean cascadeToHistory)
           
 
Method Summary
protected  void checkAccess(CommandContext commandContext, BatchEntity batch)
           
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cascadeToHistory

protected boolean cascadeToHistory

batchId

protected String batchId
Constructor Detail

DeleteBatchCmd

public DeleteBatchCmd(String batchId,
                      boolean cascadeToHistory)
Method Detail

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.