com.ibm.portal.content
Interface ContentNodeCreationContext

All Superinterfaces:
CreationContext
All Known Subinterfaces:
ContentPageCreationContext, DerivedContentPageCreationContext

public interface ContentNodeCreationContext
extends CreationContext

A node creation context for ContentNodes.

Since:
6.1.0

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

Method Detail

isPrivate

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

Returns:
true if the resource will be accessible to the user creating the node only, or false otherwise