org.exoplatform.services.wsrp2.consumer.adapters
Class WSRPInteractionRequestAdapter
java.lang.Object
org.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter
org.exoplatform.services.wsrp2.consumer.adapters.WSRPInteractionRequestAdapter
- All Implemented Interfaces:
- WSRPBaseRequest, WSRPInteractionRequest
public class WSRPInteractionRequestAdapter
- extends WSRPBaseRequestAdapter
- implements WSRPInteractionRequest
| Methods inherited from class org.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter |
getClientData, getExtensions, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getNavigationalValues, getPortletInstanceKey, getSessionID, getUserAuthentication, getValidateTag, getValidNewModes, getValidNewWindowStates, getWindowState, isModeSupported, isSecureClientCommunication, isWindowStateSupported, setClientData, setExtensions, setLocales, setMarkupCharacterSets, setMimeTypes, setMode, setNavigationalState, setNavigationalValues, setPortletInstanceKey, setSecureClientCommunication, setSessionID, setUserAuthentication, setValidateTag, setValidNewModes, setValidNewWindowStates, setWindowState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.exoplatform.services.wsrp2.consumer.WSRPBaseRequest |
getClientData, getExtensions, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getNavigationalValues, getPortletInstanceKey, getSessionID, getUserAuthentication, getValidateTag, getValidNewModes, getValidNewWindowStates, getWindowState, isModeSupported, isSecureClientCommunication, isWindowStateSupported |
WSRPInteractionRequestAdapter
public WSRPInteractionRequestAdapter()
getInteractionState
public String getInteractionState()
- Specified by:
getInteractionState in interface WSRPInteractionRequest
setInteractionState
public void setInteractionState(String interactionState)
getFormParameters
public org.exoplatform.services.wsrp2.type.NamedString[] getFormParameters()
- Specified by:
getFormParameters in interface WSRPInteractionRequest
setFormParameters
public void setFormParameters(org.exoplatform.services.wsrp2.type.NamedString[] formParameters)
getPortletStateChange
public org.exoplatform.services.wsrp2.type.StateChange getPortletStateChange()
- Specified by:
getPortletStateChange in interface WSRPInteractionRequest
setPortletStateChange
public void setPortletStateChange(org.exoplatform.services.wsrp2.type.StateChange portletStateChange)
getUploadContexts
public org.exoplatform.services.wsrp2.type.UploadContext[] getUploadContexts()
- Specified by:
getUploadContexts in interface WSRPInteractionRequest
setUploadContexts
public void setUploadContexts(org.exoplatform.services.wsrp2.type.UploadContext[] uploadContexts)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.