wt.enterprise
Interface CopyDelegate

All Known Implementing Classes:
CopyEPMDocumentDelegate, CopyWTDocumentDelegate, CopyWTPartDelegate, CopyWTProductDelegate, CopyWTSerialNumberedPartDelegate

public interface CopyDelegate

Delegate for making a new copy of an object for Save As.

Supported API: true

Extendable: true


Method Summary
 RevisionControlled newCopy(RevisionControlled object)
          Creates a non-persistant copy of the object.
 

Method Detail

newCopy

public RevisionControlled newCopy(RevisionControlled object)
                           throws WTException
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