public class DeleteHistoricProcessInstancesCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
failIfNotExists |
protected List<String> |
processInstanceIds |
Constructor and Description |
---|
DeleteHistoricProcessInstancesCmd(List<String> processInstanceIds,
boolean failIfNotExists) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected void |
writeUserOperationLog(CommandContext commandContext,
int numInstances) |
public Void execute(CommandContext commandContext)
protected void writeUserOperationLog(CommandContext commandContext, int numInstances)
Copyright © 2019. All rights reserved.