Sepasoft MES Module Suite
Description
Return a list of batch queue entries. Paging is supported by providing the page number and page size and should be used when a large number of queue entries.
getEntries(pageNumber, pageSize, searchPattern) → List
Syntax
getEntries(pageNumber, pageSize, searchPattern)
- Parameters
int pageNumber - The page number to include in the return results. If paging is not required, set this parameter to 0.
int pageSize - The page size to based the page number by. If paging is not required, set this parameter to a value greater than the number of batch queue entries that will ever be in the system. For example: 2147483647
String searchPattern - An optional batch ID search pattern to filter the return results by. It can contain * and ? wildcard characters. Example: Mixing *
- Returns
A list of BatchQueueEntry objects. The BatchQueueEntry has details of a batch in the queue.
- Scope
All
Sepasoft MES Module Suite