WebCenter Interaction API  
 

IPTPage Members

IPTPage overview

Public Instance Methods

public methodAddPortlet Add a Portlet to a column on the Page. It adds this Portlet to the Portlets that are already in this column.
public methodAssignPortletsOverloaded. Assign a list of Portlets to a column on the Page. It clears all Portlets from the column before adding the Portlets in the array.
public methodGetInheritPageTemplate 
public methodGetNotDeletable 
public methodGetPageTemplateID 
public methodGetPageType 
public methodGetTopicPos 
public methodQueryPortletContent Query for the all of the Portlet content on the Page.
public methodQueryPortlets Query for all the Portlets on the Page.
public methodRemovePortlet Remove one Portlet from the Page.
public methodSetDefaultsFromPageTemplate Set the page name, primary language, is localized, localized page names, page type settings on the page from the settings on the page template passed in.
public methodSetInheritPageTemplate Set whether the Page should inherit the settings of the page template. It is true by default. This setting can only be changed when the page is being created. If it is set to false and it used to be true, then the Page will copy the current settings of the page template and it will not inherit future changes to the page template. Setting it to false, when it was already false will have no affect. It cannot be set to true, once it has been set to false.
public methodSetNotDeletable Set whether the Page is deletable or not. Requires EDIT access to the Page.
public methodSetPageTemplateID Set the Page Template for the Page. Requires EDIT access to the Page and SELECT on the Page Template.
public methodSetPageType Set a pagetype for the Page. Requires EDIT access to the Page.

See Also

IPTPage Interface | com.plumtree.server Namespace