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
com.ibm.portal.portletmodel.admin">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.
com.ibm.portal.portletmodel.admin">PortletDefinitionList Model interface for a list of portlet definitions.
com.ibm.portal.portletmodel.admin">PortletDefinitionLocator A locator the can be provided by com.ibm.portal.portletmodel.admin">PortletDefinitionList implementations.
com.ibm.portal.portletmodel.admin">PortletList Model interface for a list of portlets.
com.ibm.portal.portletmodel.admin">PortletLocator A locator the can be provided by com.ibm.portal.portletmodel.admin">PortletList implementations.
com.ibm.portal.portletmodel.admin">WebApplicationList 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.