public class DeleteProcessInstanceCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
deleteReason  | 
protected String | 
processInstanceId  | 
protected boolean | 
skipCustomListeners  | 
| Constructor and Description | 
|---|
DeleteProcessInstanceCmd(String processInstanceId,
                        String deleteReason,
                        boolean skipCustomListeners)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
checkDeleteProcessInstance(ExecutionEntity execution,
                          CommandContext commandContext)  | 
Void | 
execute(CommandContext commandContext)  | 
protected String processInstanceId
protected String deleteReason
protected boolean skipCustomListeners
public Void execute(CommandContext commandContext)
protected void checkDeleteProcessInstance(ExecutionEntity execution, CommandContext commandContext)
Copyright © 2017. All rights reserved.