Package wt.enterprise
Interface CopyDelegate
- All Known Implementing Classes:
CopyMPMMfgProcessDelegate,CopyMPMMfgStandardGroupDelegate,CopyMPMOperationDelegate,CopyMPMProcessPlanDelegate,CopyMPMResourceDelegate,CopyMPMSequenceDelegate,CopyPartListDelegate,CopyWTDocumentDelegate,CopyWTPartAlternateRepDelegate,CopyWTPartDelegate
public interface CopyDelegate
Delegate for making a new copy of an object for Save As.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionnewCopy(RevisionControlled object) Creates a non-persistant copy of the object.
-
Method Details
-
newCopy
Creates a non-persistant copy of the object. Makes use of a delegate to copy the attributes specific to the object.
Supported API: true- Parameters:
object- Object to copy.- Returns:
- RevisionControlled
- Throws:
WTException
-