Uses of Class
org.exoplatform.services.wsrp.type.StateChange

Packages that use StateChange
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.impl   
org.exoplatform.services.wsrp.type   
 

Uses of StateChange in org.exoplatform.services.wsrp.consumer
 

Methods in org.exoplatform.services.wsrp.consumer that return StateChange
 StateChange ConsumerCapabilities.getPortletStateChange()
          Returns a flag which is used to indicate the producer wether or not the processing of portlets is allowed to modify the portlet state.
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type StateChange
 void ConsumerCapabilities.setPortletStateChange(StateChange portletStateChange)
          Set a flag which is used to indicate the producer wether or not the processing of portlets is allowed to modify the portlet state.
 

Uses of StateChange in org.exoplatform.services.wsrp.consumer.impl
 

Methods in org.exoplatform.services.wsrp.consumer.impl that return StateChange
 StateChange ConsumerEnvironmentImpl.getPortletStateChange()
           
 

Methods in org.exoplatform.services.wsrp.consumer.impl with parameters of type StateChange
 void ConsumerEnvironmentImpl.setPortletStateChange(StateChange portletStateChange)
           
 

Uses of StateChange in org.exoplatform.services.wsrp.type
 

Fields in org.exoplatform.services.wsrp.type declared as StateChange
static StateChange StateChange.cloneBeforeWrite
           
static StateChange StateChange.readOnly
           
static StateChange StateChange.readWrite
           
 

Methods in org.exoplatform.services.wsrp.type that return StateChange
static StateChange StateChange.fromString(java.lang.String value)
           
static StateChange StateChange.fromValue(java.lang.String value)
           
 StateChange InteractionParams.getPortletStateChange()
          Gets the portletStateChange value for this InteractionParams.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type StateChange
 void InteractionParams.setPortletStateChange(StateChange portletStateChange)
          Sets the portletStateChange value for this InteractionParams.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type StateChange
InteractionParams(StateChange portletStateChange, java.lang.String interactionState, NamedString[] formParameters, UploadContext[] uploadContexts, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.