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
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