Sepasoft MES Module Suite
system.mes.batch.phase.getOperationPhaseLinks(unitClassLink)
Return a list of links that represent batch phase objects that are valid for Operation type of logic. Because Operations reside under Unit Procedures within the Batch framework, a Unit Class assignment to the Unit Procedure is required.
getOperationPhaseLinks(unitClassLink) → List
Syntax
getOperationPhaseLinks(unitClassLink)
- Parameters
MESObjectLink unitClassLink - The link to a unit class. A unit class defines the batch phases available for units that are assigned to it.
- 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.
- Scope
All
Sepasoft MES Module Suite