Package com.ptc.windchill.mpml.pmi
Interface CopyMPMWTPartToEPMDocumentLinkForwardDelegate
public interface CopyMPMWTPartToEPMDocumentLinkForwardDelegate
The purpose of this delegate is to copy the existing MPMWTPartToEPMDocumentLink whenever an object is iterated.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyMPMWTPartToEPMDocumentLinkForward(WTCollection currentRefs, WTCollection predecessorRefs) Copy forward the MPMWTPartToEPMDocumentLink whenever an object is iterated.
-
Method Details
-
copyMPMWTPartToEPMDocumentLinkForward
void copyMPMWTPartToEPMDocumentLinkForward(WTCollection currentRefs, WTCollection predecessorRefs) throws WTException Copy forward the MPMWTPartToEPMDocumentLink whenever an object is iterated.
Supported API: true- Parameters:
currentRefs-predecessorRefs-- Throws:
WTException
-