@groovy.transform.ToString(includeNames: true, includePackage: false) class FindWorkResponse extends java.lang.Object
The response from the WorkListService.findWork() service method. This contains header data and a list of detail rows that represent the unit of work.
This is a POGO used by the WorkListService.findWork method.Note: This POGO is suitable as the input to a <ef:list> tag.
Type | Name and description |
---|---|
private java.util.List<FindWorkResponseDetail> |
list The list of details rows found that match the search criteria. |
private int |
totalAvailable The total number of rows available that matches the search criteria. |
Constructor and description |
---|
FindWorkResponse
() |
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() |
The list of details rows found that match the search criteria. This detail represents a single unit in queue or in work. This can be an order and/or LSN.
The total number of rows available that matches the search criteria.
Groovy Documentation