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

All Superinterfaces
Serializable

public interface ExportedPortlets
extends Serializable

Contains a batch of successfully exported portlets, along with the export context provided by the producer at the time of export.

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
 ExportContext getExportContext()
          Gets the export context returned by the producer during the export operation.
 List<ExportedPortlet> getExportedPortlets()
          Gets the successfully exported portlets.
 

Method Detail

getExportedPortlets

List<ExportedPortlet> getExportedPortlets()
Gets the successfully exported portlets.


getExportContext

ExportContext getExportContext()
Gets the export context returned by the producer during the export operation.



Copyright © 2011, Oracle. All rights reserved.