Interface MPMPartToProcessPlanLinkPropagationDelegate


public interface MPMPartToProcessPlanLinkPropagationDelegate
Delegate to propagate MPMPartToProcessPlanLink when new iteration of WTPart or MPMProcessPlan is created. This interface should be implemented by customized implementations.

Supported API: true

Extendable: true
  • Method Details

    • propagateMPMPartToProcessPlanLinks

      void propagateMPMPartToProcessPlanLinks(WTCollection parts) throws WTException
      Propagate MPMPartToProcessPlanLink when a new iteration of Part is created.

      Supported API: true
      Parameters:
      part - WTPart which has been iterated and whose related MPMPartToProcessPlanLinks need to be propagated
      Throws:
      WTException
    • propagateMPMPartToProcessPlanLinks

      void propagateMPMPartToProcessPlanLinks(MPMProcessPlan processPlan) throws WTException
      Propagate MPMPartToProcessPlanLink when a new iteration of Process Plan is created.

      Supported API: true
      Parameters:
      processPlan - MPMProcessPlan which has been iterated and whose related MPMPartToProcessPlanLinks need to be propagated
      Throws:
      WTException