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 Oracle Weblogic Portal. Oracle 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 Oracle 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 © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.