Interface MPMBomProcessPlanSelectionDelegate


public interface MPMBomProcessPlanSelectionDelegate
The purpose of this delegate is to determine the process plan context for the current bom. This interface should be implemented by customized implementations.

Supported API: true

Extendable: true
  • Method Details

    • defaultProcessPlanSelection

      WTSet defaultProcessPlanSelection(WTPart assembly, NCServerHolder nc_server_holder) throws WTException
      Get a set of Process plan context against a given Part assembly.

      Supported API: true
      Parameters:
      assembly - The Part assembly for which the process plan context is to be determined
      nc_server_holder - The navigation criteria to use to filter the iterations for the masters used
      Returns:
      WTSet Set of associated MPMProcessPlan
      Throws:
      WTException