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


public interface ImportFailedPortlet

Contains information about a portlet which failed to be imported.

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
 com.bea.wsrp.bind.IBaseFailure.ErrorCode getErrorCode()
          Gets the error code.
 String getExportPortletHandle()
          Gets the portlet handle the portlet was exported under.
 String getFailureReason()
          Gets the reason the portlet failed to be imported, if a reason was supplied by the producer, or null if no reason was supplied.
 

Method Detail

getExportPortletHandle

String getExportPortletHandle()
Gets the portlet handle the portlet was exported under.


getFailureReason

String getFailureReason()
Gets the reason the portlet failed to be imported, if a reason was supplied by the producer, or null if no reason was supplied.


getErrorCode

com.bea.wsrp.bind.IBaseFailure.ErrorCode getErrorCode()
Gets the error code.



Copyright © 2011, Oracle. All rights reserved.