Package com.ptc.windchill.mpml
Interface MpmLinkService
- All Known Implementing Classes:
StandardMpmLinkService
Service to perform any MPM Object type-related tasks.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionchangeMPMObjectMasterIdentity(Mastered mpm_master, String name, String number, WTOrganization orgID) Change the identity of MPM Object Master with the new name and number.
-
Method Details
-
changeMPMObjectMasterIdentity
Mastered changeMPMObjectMasterIdentity(Mastered mpm_master, String name, String number, WTOrganization orgID) throws WTException, WTPropertyVetoException, UniquenessException Change the identity of MPM Object Master with the new name and number.
Supported API: true
-