Package wt.enterprise
Class CopyWTDocumentDelegate
java.lang.Object
wt.enterprise.CopyWTDocumentDelegate
- All Implemented Interfaces:
Externalizable,Serializable,CopyDelegate
Specifc delegate for creating a non-persistant copy of the WTDocument
object. Copies the attributes that are specific to WTDocument.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
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- Specified by:
newCopyin interfaceCopyDelegate- Parameters:
object- Object to copy.- Returns:
- RevisionControlled
- Throws:
WTException
-