Skip navigation links


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


public interface ImportPortletsResponse

Contains the results of an import operation- which portlets succeeded and which failed.

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
 List<ImportFailedPortlet> getFailedPortlets()
          Gets a list of portlets which failed to import.
 List<ImportedPortlet> getImportedPortlets()
          Gets the list of successfully imported portlets.

 

Method Detail

getImportedPortlets

List<ImportedPortlet> getImportedPortlets()
Gets the list of successfully imported portlets.

getFailedPortlets

List<ImportFailedPortlet> getFailedPortlets()
Gets a list of portlets which failed to import.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.