@groovy.transform.ToString(includeNames: true, includePackage: false) class StartResponse extends java.lang.Object
The response for Start requests. This returns the element that was started.
This is a POGO used by the WorkService.start method.Type | Name and description |
---|---|
private boolean |
allowUndo If false, then no undo actions will be provided. |
private LSN |
lsn The Lot/Serial Number (LSN) started (May be null:). |
private int |
operationSequence The operation sequence started. |
private Order |
order The order started |
private BigDecimal |
qty The quantity started. |
Constructor and description |
---|
StartResponse
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<UndoActionInterface> |
getUndoActions() The undo action(s) needed to undo this start. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
If false, then no undo actions will be provided.
The Lot/Serial Number (LSN) started (May be null:).
The operation sequence started. Can be 0 to indicate no operation.
The order started
The quantity started.
Groovy Documentation