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

Packages that use UserContext
org.exoplatform.services.wsrp.consumer   
org.exoplatform.services.wsrp.consumer.adapters   
org.exoplatform.services.wsrp.producer   
org.exoplatform.services.wsrp.producer.impl   
org.exoplatform.services.wsrp.type   
 

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

Methods in org.exoplatform.services.wsrp.consumer that return UserContext
 UserContext User.getUserContext()
          Returns the UserContext for this userid
 

Methods in org.exoplatform.services.wsrp.consumer with parameters of type UserContext
 void User.setUserContext(UserContext userContext)
          Sets the UserContext for this userID
 

Uses of UserContext in org.exoplatform.services.wsrp.consumer.adapters
 

Methods in org.exoplatform.services.wsrp.consumer.adapters that return UserContext
 UserContext UserAdapter.getUserContext()
           
 

Methods in org.exoplatform.services.wsrp.consumer.adapters with parameters of type UserContext
 void UserAdapter.setUserContext(UserContext userContext)
           
 

Uses of UserContext in org.exoplatform.services.wsrp.producer
 

Methods in org.exoplatform.services.wsrp.producer that return UserContext
 UserContext TransientStateManager.resolveUserContext(UserContext userContext, WSRPHttpSession session)
           
 

Methods in org.exoplatform.services.wsrp.producer with parameters of type UserContext
 PortletContext PortletManagementOperationsInterface.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext)
           
 MarkupResponse MarkupOperationsInterface.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 PortletDescriptionResponse PortletManagementOperationsInterface.getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 PropertyList PortletManagementOperationsInterface.getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
 PortletPropertyDescriptionResponse PortletManagementOperationsInterface.getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 BlockingInteractionResponse MarkupOperationsInterface.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 UserContext TransientStateManager.resolveUserContext(UserContext userContext, WSRPHttpSession session)
           
 PortletContext PortletManagementOperationsInterface.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 

Uses of UserContext in org.exoplatform.services.wsrp.producer.impl
 

Methods in org.exoplatform.services.wsrp.producer.impl that return UserContext
 UserContext TransientStateManagerImpl.resolveUserContext(UserContext userContext, WSRPHttpSession session)
           
 

Methods in org.exoplatform.services.wsrp.producer.impl with parameters of type UserContext
 PortletContext PortletManagementOperationsInterfaceImpl.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext)
           
 MarkupResponse MarkupOperationsInterfaceImpl.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 PortletDescriptionResponse PortletManagementOperationsInterfaceImpl.getPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 PropertyList PortletManagementOperationsInterfaceImpl.getPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
 PortletPropertyDescriptionResponse PortletManagementOperationsInterfaceImpl.getPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 BlockingInteractionResponse MarkupOperationsInterfaceImpl.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 UserContext TransientStateManagerImpl.resolveUserContext(UserContext userContext, WSRPHttpSession session)
           
 PortletContext PortletManagementOperationsInterfaceImpl.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 

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

Methods in org.exoplatform.services.wsrp.type that return UserContext
 UserContext ClonePortletRequest.getUserContext()
          Gets the userContext value for this ClonePortletRequest.
 UserContext BlockingInteractionRequest.getUserContext()
          Gets the userContext value for this BlockingInteractionRequest.
 UserContext PortletPropertyDescriptionRequest.getUserContext()
          Gets the userContext value for this PortletPropertyDescriptionRequest.
 UserContext GetPortletPropertiesRequest.getUserContext()
          Gets the userContext value for this GetPortletPropertiesRequest.
 UserContext MarkupRequest.getUserContext()
          Gets the userContext value for this MarkupRequest.
 UserContext PortletDescriptionRequest.getUserContext()
          Gets the userContext value for this PortletDescriptionRequest.
 UserContext SetPortletPropertiesRequest.getUserContext()
          Gets the userContext value for this SetPortletPropertiesRequest.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type UserContext
 void ClonePortletRequest.setUserContext(UserContext userContext)
          Sets the userContext value for this ClonePortletRequest.
 void BlockingInteractionRequest.setUserContext(UserContext userContext)
          Sets the userContext value for this BlockingInteractionRequest.
 void PortletPropertyDescriptionRequest.setUserContext(UserContext userContext)
          Sets the userContext value for this PortletPropertyDescriptionRequest.
 void GetPortletPropertiesRequest.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletPropertiesRequest.
 void MarkupRequest.setUserContext(UserContext userContext)
          Sets the userContext value for this MarkupRequest.
 void PortletDescriptionRequest.setUserContext(UserContext userContext)
          Sets the userContext value for this PortletDescriptionRequest.
 void SetPortletPropertiesRequest.setUserContext(UserContext userContext)
          Sets the userContext value for this SetPortletPropertiesRequest.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type UserContext
BlockingInteractionRequest(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
ClonePortletRequest(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext)
           
GetPortletPropertiesRequest(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
MarkupRequest(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
PortletDescriptionRequest(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
PortletPropertyDescriptionRequest(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
SetPortletPropertiesRequest(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.