org.camunda.bpm.engine.impl.dmn.cmd
Class DeleteHistoricDecisionInstancesBulkCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBulkCmd
All Implemented Interfaces:
Command<Object>

public class DeleteHistoricDecisionInstancesBulkCmd
extends Object
implements Command<Object>

Deletes historic decision instances with the given ids in bulk manner.

Author:
Svetlana Dorokhova

Field Summary
protected  List<String> decisionInstanceIds
           
 
Constructor Summary
DeleteHistoricDecisionInstancesBulkCmd(List<String> decisionInstanceIds)
           
 
Method Summary
 Object execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decisionInstanceIds

protected final List<String> decisionInstanceIds
Constructor Detail

DeleteHistoricDecisionInstancesBulkCmd

public DeleteHistoricDecisionInstancesBulkCmd(List<String> decisionInstanceIds)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.