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 SetRegistrationLifetime.getUserContext()
          Gets the userContext value for this SetRegistrationLifetime.
 UserContext SetPortletsLifetime.getUserContext()
          Gets the userContext value for this SetPortletsLifetime.
 UserContext SetPortletProperties.getUserContext()
          Gets the userContext value for this SetPortletProperties.
 UserContext SetExportLifetime.getUserContext()
          Gets the userContext value for this SetExportLifetime.
 UserContext ReleaseSessions.getUserContext()
          Gets the userContext value for this ReleaseSessions.
 UserContext ReleaseExport.getUserContext()
          Gets the userContext value for this ReleaseExport.
 UserContext Register.getUserContext()
          Gets the userContext value for this Register.
 UserContext PerformBlockingInteraction.getUserContext()
          Gets the userContext value for this PerformBlockingInteraction.
 UserContext ModifyRegistration.getUserContext()
          Gets the userContext value for this ModifyRegistration.
 UserContext InitCookie.getUserContext()
          Gets the userContext value for this InitCookie.
 UserContext ImportPortlets.getUserContext()
          Gets the userContext value for this ImportPortlets.
 UserContext HandleEvents.getUserContext()
          Gets the userContext value for this HandleEvents.
 UserContext GetServiceDescription.getUserContext()
          Gets the userContext value for this GetServiceDescription.
 UserContext GetResource.getUserContext()
          Gets the userContext value for this GetResource.
 UserContext GetRegistrationLifetime.getUserContext()
          Gets the userContext value for this GetRegistrationLifetime.
 UserContext GetPortletsLifetime.getUserContext()
          Gets the userContext value for this GetPortletsLifetime.
 UserContext GetPortletPropertyDescription.getUserContext()
          Gets the userContext value for this GetPortletPropertyDescription.
 UserContext GetPortletProperties.getUserContext()
          Gets the userContext value for this GetPortletProperties.
 UserContext GetPortletDescription.getUserContext()
          Gets the userContext value for this GetPortletDescription.
 UserContext GetMarkup.getUserContext()
          Gets the userContext value for this GetMarkup.
 UserContext ExportPortlets.getUserContext()
          Gets the userContext value for this ExportPortlets.
 UserContext DestroyPortlets.getUserContext()
          Gets the userContext value for this DestroyPortlets.
 UserContext Deregister.getUserContext()
          Gets the userContext value for this Deregister.
 UserContext ClonePortlet.getUserContext()
          Gets the userContext value for this ClonePortlet.
 

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 SetRegistrationLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this SetRegistrationLifetime.
 void SetPortletsLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this SetPortletsLifetime.
 void SetPortletProperties.setUserContext(UserContext userContext)
          Sets the userContext value for this SetPortletProperties.
 void SetExportLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this SetExportLifetime.
 void ReleaseSessions.setUserContext(UserContext userContext)
          Sets the userContext value for this ReleaseSessions.
 void ReleaseExport.setUserContext(UserContext userContext)
          Sets the userContext value for this ReleaseExport.
 void Register.setUserContext(UserContext userContext)
          Sets the userContext value for this Register.
 void PerformBlockingInteraction.setUserContext(UserContext userContext)
          Sets the userContext value for this PerformBlockingInteraction.
 void ModifyRegistration.setUserContext(UserContext userContext)
          Sets the userContext value for this ModifyRegistration.
 void InitCookie.setUserContext(UserContext userContext)
          Sets the userContext value for this InitCookie.
 void ImportPortlets.setUserContext(UserContext userContext)
          Sets the userContext value for this ImportPortlets.
 void HandleEvents.setUserContext(UserContext userContext)
          Sets the userContext value for this HandleEvents.
 void GetServiceDescription.setUserContext(UserContext userContext)
          Sets the userContext value for this GetServiceDescription.
 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 GetPortletsLifetime.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletsLifetime.
 void GetPortletPropertyDescription.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletPropertyDescription.
 void GetPortletProperties.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletProperties.
 void GetPortletDescription.setUserContext(UserContext userContext)
          Sets the userContext value for this GetPortletDescription.
 void GetMarkup.setUserContext(UserContext userContext)
          Sets the userContext value for this GetMarkup.
 void ExportPortlets.setUserContext(UserContext userContext)
          Sets the userContext value for this ExportPortlets.
 void DestroyPortlets.setUserContext(UserContext userContext)
          Sets the userContext value for this DestroyPortlets.
 void Deregister.setUserContext(UserContext userContext)
          Sets the userContext value for this Deregister.
 void ClonePortlet.setUserContext(UserContext userContext)
          Sets the userContext value for this ClonePortlet.
 

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.