org.camunda.bpm.engine.impl.cmd
Class DeleteProcessInstancesCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
      extended by org.camunda.bpm.engine.impl.cmd.DeleteProcessInstancesCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class DeleteProcessInstancesCmd
extends AbstractDeleteProcessInstanceCmd
implements Command<Void>, Serializable

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
protected  List<String> processInstanceIds
           
 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
deleteReason, externallyTerminated, skipCustomListeners
 
Constructor Summary
DeleteProcessInstancesCmd(List<String> processInstanceIds, String deleteReason, boolean skipCustomListeners, boolean externallyTerminated)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
checkDeleteProcessInstance, deleteProcessInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processInstanceIds

protected List<String> processInstanceIds
Constructor Detail

DeleteProcessInstancesCmd

public DeleteProcessInstancesCmd(List<String> processInstanceIds,
                                 String deleteReason,
                                 boolean skipCustomListeners,
                                 boolean externallyTerminated)
Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.