Package org.camunda.bpm.engine.impl.cmd
Class DeleteHistoricProcessInstancesCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstancesCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<java.lang.Void>
public class DeleteHistoricProcessInstancesCmd extends java.lang.Object implements Command<java.lang.Void>, java.io.Serializable
- Author:
- Askar Akhmerov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
failIfNotExists
protected java.util.List<java.lang.String>
processInstanceIds
-
Constructor Summary
Constructors Constructor Description DeleteHistoricProcessInstancesCmd(java.util.List<java.lang.String> processInstanceIds, boolean failIfNotExists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute(CommandContext commandContext)
protected void
writeUserOperationLog(CommandContext commandContext, int numInstances)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
writeUserOperationLog
protected void writeUserOperationLog(CommandContext commandContext, int numInstances)
-
-