getFormulaLinkList(parentLink, pageNumber, pageSize, searchPattern)

Sepasoft MES Module Suite

getFormulaLinkList(parentLink, pageNumber, pageSize, ...)

Method on Ignition.mes.batch.formula
Return a list of links that represent formula objects. Paging is supported by providing the page number and page size and should be used when a large number of formulas 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

parentLink: MESObjectLink
The link to the formula class object to return the children. If None is provided for this parameter, then it will return the children of the root formula object.

pageNumber: 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 formulas 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. It can contain * and ? wildcard characters. Example: Anneal *




Sepasoft MES Module Suite