com.bea.wsrp.model.markup
Interface IPortletStateChangeContext

All Known Subinterfaces:
IBlockingInteractionRequestContext, IGetResourceRequestContext, IHandleEventsRequestContext

public interface IPortletStateChangeContext

A context that represents portlet state change type that is used by multiple wsrp-2.0 operations, such as GetResource, PerformBlocking, and HandleEvents

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
 PortletStateChange getPortletStateChange()
          Returns portlet state change flag.
 

Method Detail

getPortletStateChange

PortletStateChange getPortletStateChange()
Returns portlet state change flag.

Returns
state change flag


Copyright © 2011, Oracle. All rights reserved.