Interface MPMPartToProcessPlanLinkPropagationDelegate
public interface MPMPartToProcessPlanLinkPropagationDelegate
Delegate to propagate
Supported API: true
Extendable: true
MPMPartToProcessPlanLink when new iteration of
WTPart or MPMProcessPlan is created.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidpropagateMPMPartToProcessPlanLinks(MPMProcessPlan processPlan) Propagate MPMPartToProcessPlanLink when a new iteration of Process Plan is created.voidPropagate MPMPartToProcessPlanLink when a new iteration of Part is created.
-
Method Details
-
propagateMPMPartToProcessPlanLinks
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
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
-