com.bea.wsrp.consumer.management.portlet
Interface ExportPortletsResponse


public interface ExportPortletsResponse

The response from the export portlets operation.

This interface is intended to be implemented only by BEA Weblogic Portal. BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 ExportedPortlets getExportedPortlets()
          Gets the successfully exported portlets.
 List<FailedPortlet> getFailedPortlets()
          Gets a list of the portlets which failed to export.
 Map<PortletInstanceId,String> getPortletIdToHandleMap()
          Gets a map of portlet instance IDs to the portlet handles of the portlets that were exported for them.
 

Method Detail

getExportedPortlets

ExportedPortlets getExportedPortlets()
Gets the successfully exported portlets.


getFailedPortlets

List<FailedPortlet> getFailedPortlets()
Gets a list of the portlets which failed to export.


getPortletIdToHandleMap

Map<PortletInstanceId,String> getPortletIdToHandleMap()
Gets a map of portlet instance IDs to the portlet handles of the portlets that were exported for them.



Copyright © 2008 BEA Systems, Inc. All Rights Reserved