org.camunda.bpm.engine.impl.batch.history
Class DeleteHistoricBatchCmd

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

public class DeleteHistoricBatchCmd
extends Object
implements Command<Object>


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

Field Detail

batchId

protected String batchId
Constructor Detail

DeleteHistoricBatchCmd

public DeleteHistoricBatchCmd(String batchId)
Method Detail

execute

public Object execute(CommandContext commandContext)
Specified by:
execute in interface Command<Object>

checkAccess

protected void checkAccess(CommandContext commandContext,
                           HistoricBatchEntity batch)


Copyright © 2016 camunda services GmbH. All rights reserved.