public class SaveAndCompleteEvent extends StrategyEvent<EditStrategyRequest>
An event to notify the client that the edit order request has been saved, and that the session is closed.
Typically this forces the client to open a new ticket to make further new edits.
Modifier and Type | Field and Description |
---|---|
static String |
SAVE_AND_COMPLETE_EVENT
The name of the transition representing this event
|
fields
Constructor and Description |
---|
SaveAndCompleteEvent(Strategy strategy,
String orderID)
Constructs a SaveAndCompleteEvent with the event name "SaveAndComplete".
|
getStrategy, toString
addField, addFields, addTransparentFields, equals, getEventName, getField, getFields, hashCode
public static final String SAVE_AND_COMPLETE_EVENT
public SaveAndCompleteEvent(Strategy strategy, String orderID)
strategy
- The strategy representing the current state of the order.orderID
- The id of the entire strategy, usually the parent orderCopyright © 2015 Caplin Systems.