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

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

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

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

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

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

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

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

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

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

Methods in org.exoplatform.services.wsrp2.producer with parameters of type UserContext
 PortletContext PortletManagementOperationsInterface.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 CopyPortletsResponse PortletManagementOperationsInterface.copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext UserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
 ReturnAny RegistrationOperationsInterface.deregister(RegistrationContext context, UserContext userContext)
           
 DestroyPortletsResponse PortletManagementOperationsInterface.destroyPortlets(RegistrationContext registrationContext, java.lang.String[] portletHandles, UserContext userContext)
           
 ExportPortletsResponse PortletManagementOperationsInterface.exportPortlets(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime, boolean exportByValueRequired)
           
 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)
           
 GetPortletsLifetimeResponse PortletManagementOperationsInterface.getPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext)
           
 Lifetime RegistrationOperationsInterface.getRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext)
           
 ResourceResponse MarkupOperationsInterface.getResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 ServiceDescription ServiceDescriptionInterface.getServiceDescription(RegistrationContext registrationContext, java.lang.String[] desiredLocales, java.lang.String[] portletHandles, UserContext userContext)
           
 HandleEventsResponse MarkupOperationsInterface.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 ImportPortletsResponse PortletManagementOperationsInterface.importPortlets(RegistrationContext registrationContext, byte[] importContext, ImportPortlet[] importPortlet, UserContext userContext, Lifetime lifetime)
           
 ReturnAny MarkupOperationsInterface.initCookie(RegistrationContext registrationContext, UserContext userContext)
           
 RegistrationState RegistrationOperationsInterface.modifyRegistration(RegistrationContext context, RegistrationData data, UserContext userContext)
           
 BlockingInteractionResponse MarkupOperationsInterface.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 RegistrationContext RegistrationOperationsInterface.register(RegistrationData data, UserContext userContext, Lifetime lifetime)
           
 ReturnAny PortletManagementOperationsInterface.releaseExport(byte[] exportContext, UserContext userContext, RegistrationContext registrationContext)
           
 ReturnAny MarkupOperationsInterface.releaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs, UserContext userContext)
           
 UserContext TransientStateManager.resolveUserContext(UserContext userContext, WSRPHttpSession session)
           
 Lifetime PortletManagementOperationsInterface.setExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
 PortletContext PortletManagementOperationsInterface.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 SetPortletsLifetimeResponse PortletManagementOperationsInterface.setPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime)
           
 Lifetime RegistrationOperationsInterface.setRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 

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

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

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type UserContext
 PortletContext PortletManagementOperationsInterfaceImpl.clonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
 CopyPortletsResponse PortletManagementOperationsInterfaceImpl.copyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
 ReturnAny RegistrationOperationsInterfaceImp.deregister(RegistrationContext registrationContext, UserContext userContext)
           
 DestroyPortletsResponse PortletManagementOperationsInterfaceImpl.destroyPortlets(RegistrationContext registrationContext, java.lang.String[] portletHandles, UserContext userContext)
           
 ExportPortletsResponse PortletManagementOperationsInterfaceImpl.exportPortlets(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, Lifetime lifetime, boolean exportByValueRequired)
           
 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)
           
 GetPortletsLifetimeResponse PortletManagementOperationsInterfaceImpl.getPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext)
           
 Lifetime RegistrationOperationsInterfaceImp.getRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext)
           
 ResourceResponse MarkupOperationsInterfaceImpl.getResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 ServiceDescription ServiceDescriptionInterfaceImpl.getServiceDescription(RegistrationContext registrationContext, java.lang.String[] desiredLocales, java.lang.String[] portletHandles, UserContext userContext)
           
 HandleEventsResponse MarkupOperationsInterfaceImpl.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 ImportPortletsResponse PortletManagementOperationsInterfaceImpl.importPortlets(RegistrationContext registrationContext, byte[] importContext, ImportPortlet[] importPortlets, UserContext userContext, Lifetime lifetime)
           
 ReturnAny MarkupOperationsInterfaceImpl.initCookie(RegistrationContext registrationContext, UserContext userContext)
           
 RegistrationState RegistrationOperationsInterfaceImp.modifyRegistration(RegistrationContext registrationContext, RegistrationData data, UserContext userContext)
           
 BlockingInteractionResponse MarkupOperationsInterfaceImpl.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 RegistrationContext RegistrationOperationsInterfaceImp.register(RegistrationData data, UserContext userContext, Lifetime lifetime)
           
 ReturnAny PortletManagementOperationsInterfaceImpl.releaseExport(byte[] exportContext, UserContext userContext, RegistrationContext registrationContext)
           
 ReturnAny MarkupOperationsInterfaceImpl.releaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs, UserContext userContext)
           
 UserContext TransientStateManagerImpl.resolveUserContext(UserContext userContext, WSRPHttpSession session)
           
 Lifetime PortletManagementOperationsInterfaceImpl.setExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
 PortletContext PortletManagementOperationsInterfaceImpl.setPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
 SetPortletsLifetimeResponse PortletManagementOperationsInterfaceImpl.setPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, Lifetime lifetime)
           
 Lifetime RegistrationOperationsInterfaceImp.setRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 

Uses of UserContext in org.exoplatform.services.wsrp2.producer.impl.helpers
 

Methods in org.exoplatform.services.wsrp2.producer.impl.helpers with parameters of type UserContext
static boolean Helper.checkLifetime(RegistrationContext registrationContext, UserContext userContext)
           
static boolean Helper.checkPortletLifetime(RegistrationContext registrationContext, PortletContext[] portletContexts, UserContext userContext, PortletManagementOperationsInterface pmoi)
           
 

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

Methods in org.exoplatform.services.wsrp2.type that return UserContext
 UserContext CopyPortlets.getFromUserContext()
          Gets the fromUserContext value for this CopyPortlets.
 UserContext CopyPortlets.getToUserContext()
          Gets the toUserContext value for this CopyPortlets.
 UserContext GetServiceDescription.getUserContext()
          Gets the userContext value for this GetServiceDescription.
 UserContext ImportPortlets.getUserContext()
          Gets the userContext value for this ImportPortlets.
 UserContext ClonePortlet.getUserContext()
          Gets the userContext value for this ClonePortlet.
 UserContext ModifyRegistration.getUserContext()
          Gets the userContext value for this ModifyRegistration.
 UserContext ExportPortlets.getUserContext()
          Gets the userContext value for this ExportPortlets.
 UserContext SetPortletProperties.getUserContext()
          Gets the userContext value for this SetPortletProperties.
 UserContext GetPortletsLifetime.getUserContext()
          Gets the userContext value for this GetPortletsLifetime.
 UserContext ReleaseSessions.getUserContext()
          Gets the userContext value for this ReleaseSessions.
 UserContext GetResource.getUserContext()
          Gets the userContext value for this GetResource.
 UserContext GetRegistrationLifetime.getUserContext()
          Gets the userContext value for this GetRegistrationLifetime.
 UserContext HandleEvents.getUserContext()
          Gets the userContext value for this HandleEvents.
 UserContext SetPortletsLifetime.getUserContext()
          Gets the userContext value for this SetPortletsLifetime.
 UserContext InitCookie.getUserContext()
          Gets the userContext value for this InitCookie.
 UserContext GetPortletDescription.getUserContext()
          Gets the userContext value for this GetPortletDescription.
 UserContext GetPortletPropertyDescription.getUserContext()
          Gets the userContext value for this GetPortletPropertyDescription.
 UserContext GetMarkup.getUserContext()
          Gets the userContext value for this GetMarkup.
 UserContext PerformBlockingInteraction.getUserContext()
          Gets the userContext value for this PerformBlockingInteraction.
 UserContext Register.getUserContext()
          Gets the userContext value for this Register.
 UserContext Deregister.getUserContext()
          Gets the userContext value for this Deregister.
 UserContext SetRegistrationLifetime.getUserContext()
          Gets the userContext value for this SetRegistrationLifetime.
 UserContext DestroyPortlets.getUserContext()
          Gets the userContext value for this DestroyPortlets.
 UserContext SetExportLifetime.getUserContext()
          Gets the userContext value for this SetExportLifetime.
 UserContext GetPortletProperties.getUserContext()
          Gets the userContext value for this GetPortletProperties.
 UserContext ReleaseExport.getUserContext()
          Gets the userContext value for this ReleaseExport.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type UserContext
 void CopyPortlets.setFromUserContext(UserContext fromUserContext)
          Sets the fromUserContext value for this CopyPortlets.
 void CopyPortlets.setToUserContext(UserContext toUserContext)
          Sets the toUserContext value for this CopyPortlets.
 void GetServiceDescription.setUserContext(UserContext userContext)
          Sets the userContext value for this GetServiceDescription.
 void ImportPortlets.setUserContext(UserContext userContext)
          Sets the userContext value for this ImportPortlets.
 void ClonePortlet.setUserContext(UserContext userContext)
          Sets the userContext value for this ClonePortlet.
 void ModifyRegistration.setUserContext(UserContext userContext)
          Sets the userContext value for this ModifyRegistration.
 void ExportPortlets.setUserContext(UserContext userContext)
          Sets the userContext value for this ExportPortlets.
 void SetPortletProperties.setUserContext(UserContext userContext)
          Sets the userContext value for this SetPortletProperties.
 void GetPortletsLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletsLifetime.
 void ReleaseSessions.setUserContext(UserContext userContext)
          Sets the userContext value for this ReleaseSessions.
 void GetResource.setUserContext(UserContext userContext)
          Sets the userContext value for this GetResource.
 void GetRegistrationLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this GetRegistrationLifetime.
 void HandleEvents.setUserContext(UserContext userContext)
          Sets the userContext value for this HandleEvents.
 void SetPortletsLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this SetPortletsLifetime.
 void InitCookie.setUserContext(UserContext userContext)
          Sets the userContext value for this InitCookie.
 void GetPortletDescription.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletDescription.
 void GetPortletPropertyDescription.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletPropertyDescription.
 void GetMarkup.setUserContext(UserContext userContext)
          Sets the userContext value for this GetMarkup.
 void PerformBlockingInteraction.setUserContext(UserContext userContext)
          Sets the userContext value for this PerformBlockingInteraction.
 void Register.setUserContext(UserContext userContext)
          Sets the userContext value for this Register.
 void Deregister.setUserContext(UserContext userContext)
          Sets the userContext value for this Deregister.
 void SetRegistrationLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this SetRegistrationLifetime.
 void DestroyPortlets.setUserContext(UserContext userContext)
          Sets the userContext value for this DestroyPortlets.
 void SetExportLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this SetExportLifetime.
 void GetPortletProperties.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletProperties.
 void ReleaseExport.setUserContext(UserContext userContext)
          Sets the userContext value for this ReleaseExport.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type UserContext
ClonePortlet(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, Lifetime lifetime)
           
CopyPortlets(RegistrationContext toRegistrationContext, UserContext toUserContext, RegistrationContext fromRegistrationContext, UserContext fromUserContext, PortletContext[] fromPortletContexts, Lifetime lifetime)
           
Deregister(RegistrationContext registrationContext, UserContext userContext)
           
DestroyPortlets(RegistrationContext registrationContext, java.lang.String[] portletHandles, UserContext userContext)
           
ExportPortlets(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime, java.lang.Boolean exportByValueRequired)
           
GetMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
GetPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
GetPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] names)
           
GetPortletPropertyDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
GetPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext)
           
GetRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext)
           
GetResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
GetServiceDescription(RegistrationContext registrationContext, java.lang.String[] desiredLocales, java.lang.String[] portletHandles, UserContext userContext)
           
HandleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
ImportPortlets(RegistrationContext registrationContext, byte[] importContext, ImportPortlet[] importPortlet, UserContext userContext, Lifetime lifetime)
           
InitCookie(RegistrationContext registrationContext, UserContext userContext)
           
ModifyRegistration(RegistrationContext registrationContext, RegistrationData registrationData, UserContext userContext)
           
PerformBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
Register(RegistrationData registrationData, Lifetime lifetime, UserContext userContext)
           
ReleaseExport(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext)
           
ReleaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs, UserContext userContext)
           
SetExportLifetime(RegistrationContext registrationContext, byte[] exportContext, UserContext userContext, Lifetime lifetime)
           
SetPortletProperties(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, PropertyList propertyList)
           
SetPortletsLifetime(RegistrationContext registrationContext, PortletContext[] portletContext, UserContext userContext, Lifetime lifetime)
           
SetRegistrationLifetime(RegistrationContext registrationContext, UserContext userContext, Lifetime lifetime)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.