com.ptc.windchill.mpml.processplan.sequence
Class CopyMPMSequenceDelegate
java.lang.Object
com.ptc.windchill.mpml.processplan.sequence.CopyMPMSequenceDelegate
- All Implemented Interfaces:
- Externalizable, Serializable, CopyDelegate
public class CopyMPMSequenceDelegate
- extends Object
- implements CopyDelegate, Externalizable
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- Specified by:
newCopy in interface CopyDelegate
- Parameters:
object - Object to copy.
- Returns:
- RevisionControlled
- Throws:
WTException