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<InterpretableExecution> |
collectExecutionToDelete(InterpretableExecution execution) |
Void |
execute(CommandContext commandContext) |
protected String processInstanceId
protected String deleteReason
public Void execute(CommandContext commandContext)
public List<InterpretableExecution> collectExecutionToDelete(InterpretableExecution execution)
Copyright © 2015. All rights reserved.