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

All Superinterfaces
Serializable

public interface ExportedPortlet
extends Serializable

Contains information for a single exported portlet.

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
 boolean equivalent(ExportedPortlet other)
          Determines if the supplied ExportedPortlet object is equivalent to this one- the same as equals() but ignoring portlet handle if not a producer offered portlet.
 byte[] getExportData()
          Gets the exported portlet binary data.
 String getPortletHandle()
          Gets the portlet handle for the portlet when it was exported.
 boolean isProducerOfferedPortlet()
          Determines if the portlet was a producer-offered portlet (POP) when it was exported.
 

Method Detail

getExportData

byte[] getExportData()
Gets the exported portlet binary data.


getPortletHandle

String getPortletHandle()
Gets the portlet handle for the portlet when it was exported.


isProducerOfferedPortlet

boolean isProducerOfferedPortlet()
Determines if the portlet was a producer-offered portlet (POP) when it was exported.


equivalent

boolean equivalent(ExportedPortlet other)
Determines if the supplied ExportedPortlet object is equivalent to this one- the same as equals() but ignoring portlet handle if not a producer offered portlet.



Copyright © 2000, 2008, 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.