getDefinitionList(pageNo: int pageSize: int searchPattern: String )

Sepasoft MES Module Suite

getDefinitionList( pageNo: int     pageSize: int     searchPattern: String )

Return a list of enum definition objects. Paging is supported by providing the page number and page size and should be used when a large number of enum definitions exist.

Returns

A list of enum definition objects.

Parameters

pageNo: int The page number to include in the return results. If paging is not required, set this parameter to 0.

pageSize: int The page size to base the page number by. If paging is not required, set this parameter to a value greater than the number of enums that will ever be in the system. For example: 2147483647

searchPattern: String A search pattern to filter the return results by. If blank, then no filter is applied.



Sepasoft MES Module Suite