Package org.flowable.engine.impl.cmd
Class DeleteProcessInstancesByIdCmd
java.lang.Object
org.flowable.engine.impl.cmd.DeleteProcessInstancesByIdCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Christopher Welsch
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleteProcessInstancesByIdCmd
(Collection<String> processInstanceIds, String deleteReason) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected Void
executeSingleDelete
(CommandContext commandContext, String processInstanceId)