@groovy.transform.ToString(includeNames: true, includePackage: false) class CompleteResponse extends java.lang.Object
The response for Complete requests. This returns the element that was completed.
This is a POGO used by the WorkService.complete method.| Type | Name and description |
|---|---|
private boolean |
allowUndoIf false, then no undo actions will be provided. |
private boolean |
doneSet to true if the order/LSN is done. |
private LSN |
lsnThe Lot/Serial Number (LSN) completed (May be null:). |
private int |
operationSequenceThe operation sequence completed. |
private Order |
orderThe order completed |
private BigDecimal |
qtyThe quantity completed. |
| Constructor and description |
|---|
CompleteResponse
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.List<UndoActionInterface> |
getUndoActions()The undo action(s) needed to undo this complete. |
| 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.
Set to true if the order/LSN is done.
The Lot/Serial Number (LSN) completed (May be null:).
The operation sequence completed. Can be 0 to indicate no operation.
The order completed
The quantity completed.
Groovy Documentation