com.ibm.portal.model.controller.context
Interface TemplatingCreationContext

All Superinterfaces:
CreationContext

public interface TemplatingCreationContext
extends CreationContext

This creation context is to be used in combination with a CopyCreationContext. It specifies if the copy creation should be a "clone" or a "template instantiation".

Note The exact behavior depends on the type that is copied.

Since:
8.5

Method Summary
 boolean isTemplateInstantiation()
          Returns if the copy is a template instantiation.
 

Method Detail

isTemplateInstantiation

boolean isTemplateInstantiation()
Returns if the copy is a template instantiation.

Returns:
true if the copy operation is a template instantiation.