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

Packages that use RuntimeContext
org.exoplatform.services.wsrp2.producer   
org.exoplatform.services.wsrp2.producer.impl   
org.exoplatform.services.wsrp2.type   
 

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

Methods in org.exoplatform.services.wsrp2.producer with parameters of type RuntimeContext
 MarkupResponse MarkupOperationsInterface.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 ResourceResponse MarkupOperationsInterface.getResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 HandleEventsResponse MarkupOperationsInterface.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 BlockingInteractionResponse MarkupOperationsInterface.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 

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

Methods in org.exoplatform.services.wsrp2.producer.impl with parameters of type RuntimeContext
 MarkupResponse MarkupOperationsInterfaceImpl.getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 ResourceResponse MarkupOperationsInterfaceImpl.getResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 HandleEventsResponse MarkupOperationsInterfaceImpl.handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 BlockingInteractionResponse MarkupOperationsInterfaceImpl.performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 

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

Methods in org.exoplatform.services.wsrp2.type that return RuntimeContext
 RuntimeContext PerformBlockingInteraction.getRuntimeContext()
          Gets the runtimeContext value for this PerformBlockingInteraction.
 RuntimeContext HandleEvents.getRuntimeContext()
          Gets the runtimeContext value for this HandleEvents.
 RuntimeContext GetResource.getRuntimeContext()
          Gets the runtimeContext value for this GetResource.
 RuntimeContext GetMarkup.getRuntimeContext()
          Gets the runtimeContext value for this GetMarkup.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type RuntimeContext
 void PerformBlockingInteraction.setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this PerformBlockingInteraction.
 void HandleEvents.setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this HandleEvents.
 void GetResource.setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this GetResource.
 void GetMarkup.setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this GetMarkup.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type RuntimeContext
GetMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
GetResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
HandleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
PerformBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.