Package org.camunda.bpm.engine.impl.cmd
Class DeleteHistoricProcessInstancesCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstancesCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
public class DeleteHistoricProcessInstancesCmd
extends Object
implements Command<Void>, Serializable
- Author:
- Askar Akhmerov
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
-
Constructor Summary
ConstructorDescriptionDeleteHistoricProcessInstancesCmd
(List<String> processInstanceIds, boolean failIfNotExists) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(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