Uses of Class
com.orchestranetworks.service.ServiceContext
-
Packages that use ServiceContext Package Description com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of ServiceContext in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ServiceContext Modifier and Type Method Description static ServiceContextServiceContext. getServiceContext(HttpServletRequest aRequest)Deprecated.Retrieves a context instance from HTTP request attributes. -
Uses of ServiceContext in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return ServiceContext Modifier and Type Method Description ServiceContextUIAjaxContext. getServiceContext()Deprecated.From release 6.0, this API is no longer supported.Methods in com.orchestranetworks.ui with parameters of type ServiceContext Modifier and Type Method Description static UIHttpManagerComponentUIHttpManagerComponent. createOnServiceContext(ServiceContext aContext)Deprecated.This method has been replaced byUIResourceLocator.createWebComponentForSubSession(). -
Uses of ServiceContext in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type ServiceContext Modifier and Type Method Description static WorkflowEngineWorkflowEngine. getFromServiceContext(ServiceContext aContext)Deprecated.
-