com.ibm.portal
Interface CreationContext

All Known Subinterfaces:
ContentNodeCreationContext, ContentPageCreationContext, DerivedContentPageCreationContext, IdentifiableCreationContext, LayoutControlCreationContext, PortletDefinitionCloningContext, PortletEntityCreationContext, WireCreationContext

public interface CreationContext

A tagging interface for creation contexts which can be used on ModelController.create(Class, CreationContext).

A creation context usually specifies immutable properties of the resource to create, since these properties cannot be modified or set later on.

A variety of creation contexts can be created using the CreationContextBuilderFactory.

Since:
6.1.0