public class FoxDeleteProcessInstanceCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected String | deleteReason | 
| protected String | processInstanceId | 
| Constructor and Description | 
|---|
| FoxDeleteProcessInstanceCmd(String processInstanceId,
                           String deleteReason) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PvmExecutionImpl> | collectExecutionToDelete(PvmExecutionImpl execution) | 
| Void | execute(CommandContext commandContext) | 
protected String processInstanceId
protected String deleteReason
public Void execute(CommandContext commandContext)
public List<PvmExecutionImpl> collectExecutionToDelete(PvmExecutionImpl execution)
Copyright © 2018. All rights reserved.