public class DeleteProcessInstancesByIdCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
deleteReason |
protected Collection<String> |
processInstanceIds |
| Constructor and Description |
|---|
DeleteProcessInstancesByIdCmd(Collection<String> processInstanceIds,
String deleteReason) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
protected Void |
executeSingleDelete(CommandContext commandContext,
String processInstanceId) |
protected Collection<String> processInstanceIds
protected String deleteReason
public DeleteProcessInstancesByIdCmd(Collection<String> processInstanceIds, String deleteReason)
public Void execute(CommandContext commandContext)
protected Void executeSingleDelete(CommandContext commandContext, String processInstanceId)
Copyright © 2022 Flowable. All rights reserved.