system.mes.batch.recipe.getRecipeObjectList(parentLink, pageNumber, pageSize, searchPattern)

Sepasoft MES Module Suite

system.mes.batch.recipe.getRecipeObjectList(parentLink, pageNumber, pageSize, searchPattern) 

Return a list of master recipe class or master recipe objects. Paging is supported by providing the page number and page size and should be used when a large number of recipes exist.

getRecipeObjectList(parentLink, pageNumber, pageSize, searchPattern) → MESObjectList

Syntax

getRecipeObjectList(parentLink, pageNumber, pageSize, searchPattern)

  • Parameters

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

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 base the page number by. If paging is not required, set this parameter to a value greater than the number of recipes that will ever be in the system. For example: 2147483647

String searchPattern - An optional search pattern to filter the return results by. It can contain * and ? wildcard characters. Example: Anneal *

  • Returns

A list of BatchMasterRecipe or BatchMasterRecipeClass objects.

  • Scope

All



Sepasoft MES Module Suite