com.ibm.portal.content
Interface ContentPageCreationContext

All Superinterfaces:
ContentNodeCreationContext, CreationContext
All Known Subinterfaces:
DerivedContentPageCreationContext

public interface ContentPageCreationContext
extends ContentNodeCreationContext

A page creation context for ContentPages.

Since:
6.1.0

Method Summary
 boolean isPrivate()
          Indicates whether the resource is to be created as a private page or a page that may be accessible to multiple users.
 

Method Detail

isPrivate

boolean isPrivate()
Indicates whether the resource is to be created as a private page or a page that may be accessible to multiple users.

Specified by:
isPrivate in interface ContentNodeCreationContext
Returns:
true if the resource will be accessible to the user creating the node only, or false otherwise