getDefinitionLinkList(pageNo: int pageSize: int earchPattern: String )

Sepasoft MES Module Suite

getDefinitionLinkList(pageNo: int pageSize: int earchPattern: String )

Return a list of links that represent 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 MESObjectLink objects. Links are lightweight and hold the key information of an MES Object and link.getMESObject() can be used to get the actual object.

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