| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceContext |
ServiceContext.getServiceContext(HttpServletRequest aRequest)
Retrieves a context instance from HTTP request attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceContext |
UIAjaxContext.getServiceContext()
Returns an instance of
ServiceContext if this AJAX component is called from a UIService,
Returns null otherwise. |
| Modifier and Type | Method and Description |
|---|---|
static UIHttpManagerComponent |
UIHttpManagerComponent.createOnServiceContext(ServiceContext aContext)
Deprecated.
This method has been replaced by
UIResourceLocator.createWebComponentForSubSession(). |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowEngine |
WorkflowEngine.getFromServiceContext(ServiceContext aContext) |