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 java.lang.String getInteractionState()
- Specified by:
getInteractionState in interface WSRPInteractionRequest
setInteractionState
public void setInteractionState(java.lang.String interactionState)
getFormParameters
public NamedString[] getFormParameters()
- Specified by:
getFormParameters in interface WSRPInteractionRequest
setFormParameters
public void setFormParameters(NamedString[] formParameters)
getPortletStateChange
public StateChange getPortletStateChange()
- Specified by:
getPortletStateChange in interface WSRPInteractionRequest
setPortletStateChange
public void setPortletStateChange(StateChange portletStateChange)
getUploadContexts
public UploadContext[] getUploadContexts()
- Specified by:
getUploadContexts in interface WSRPInteractionRequest
setUploadContexts
public void setUploadContexts(UploadContext[] uploadContexts)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.