Package com.ptc.windchill.mpml.pmi
Class CopyMPMResourceDelegate
java.lang.Object
com.ptc.windchill.mpml.pmi.CopyMPMResourceDelegate
- All Implemented Interfaces:
CopyDelegate
Deprecated.
Purpose of this class is to create a new copy of MPMResource. This should be used when you need to create new copy of
MPMResource for duplication etc. This will be invoked when you call EnterpriseHelper.service.newCopy(original)
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
-
Method Details
-
newCopy
Deprecated.Creates a non-persistant copy of the object. Makes use of a delegate to copy the attributes specific to the object.
Supported API: true- Specified by:
newCopyin interfaceCopyDelegate- Parameters:
object- Object to copy.- Returns:
- RevisionControlled
- Throws:
WTException
-
CopyDelegatefor any customization