com.ibm.portal.content
Interface DerivedContentPageCreationContext

All Superinterfaces:
ContentNodeCreationContext, ContentPageCreationContext, CreationContext

public interface DerivedContentPageCreationContext
extends ContentPageCreationContext

A content page creation context for pages that explicitly derive from another page. This context can only be used on ModelController.create(Class, CreationContext) if ContentPage.class is provided as first argument.

Since:
6.1.0

Method Summary
 ContentPage getDerivationParent()
          Returns a content page that serves as the derivation parent for the page to be created.
 
Methods inherited from interface com.ibm.portal.content.ContentPageCreationContext
isPrivate
 

Method Detail

getDerivationParent

ContentPage getDerivationParent()
Returns a content page that serves as the derivation parent for the page to be created.

Returns:
a content page that serves as the derivation parent for the page to be created, must not be null.