Package com.ibm.portal.portletmodel.admin

This package defines interfaces for administrative access to the portal's representation of portlets and their configuration data.

See:
          Description

Interface Summary
AdminPortletModel This interface provides administrative access and lookup methods for the global levels of portlet configuration that are not specific to a particular aggregation module.
IWidgetWrapperLocator<T extends PortletDefinition> This Locator can be used to retrieve IWidget wrapper portlet clones.
PortletDefinitionList<T extends PortletDefinition> Model interface for a list of portlet definitions.
PortletDefinitionLocator<T extends PortletDefinition> A locator the can be provided by PortletDefinitionList implementations.
PortletList<E extends Object & Portlet> Model interface for a list of portlets.
PortletLocator<E extends Object & Portlet> A locator the can be provided by PortletList implementations.
PortletWindowList<T extends PortletWindow> Model interface for a list of portlet windows.
WebApplicationList<E extends Object & WebApplication> Model interface for a list of web applications.
 

Package com.ibm.portal.portletmodel.admin Description

This package defines interfaces for administrative access to the portal's representation of portlets and their configuration data.

Package Specification

The com.ibm.portal.portletmodel.AdminPortletModel represents portlets and their configuration data in the portal. The model is specific to a given user, i.e. the portlet model might look different to different users due to access control settings.
The hierarchy of the administrative portlet model contains those types from the portlet model that do not represent end-user specific configuration:

The administrative portlet model allows to traverse this hierarchical structure in all directions. e.g. to find all portlets associated with a given web application.

The administrative portlet model is global; i.e. the administrative model for a user will always contain all resources of the types specified above that are available in the portal and visible to that user.