wt.inf.template
Interface ContainerCopyInstanceAttributes

All Superinterfaces:
Externalizable, Serializable
All Known Implementing Classes:
LibraryCopyAttributes, ProductCopyAttributes, Project2CopyAttributes

public interface ContainerCopyInstanceAttributes
extends Externalizable

This provides instance based attributes for the container for container copy. Not all of them are available for setable, particularily the XMLLob attributes.

Supported API: false

Extendable: false


Method Summary
 WTContainer populateContainer(WTContainer cont)
          Implementors of this interface should populate the passed in container with the instance values.
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

populateContainer

public WTContainer populateContainer(WTContainer cont)
                              throws WTException
Implementors of this interface should populate the passed in container with the instance values. The passed in WTContainer is non-persistent, and this method should NOT persist the container.

Supported API: false

Parameters:
cont -
Returns:
WTContainer
Throws:
WTException