|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
business context
.
See:
Description
Interface Summary | |
---|---|
IBusinessContext | Provides operations to access the business context properties. |
IBusinessContextProperty | Provides operations to access the business context properties. |
IBusinessContextValueProvider | Provides operations to access the property value. |
Class Summary | |
---|---|
AbstractBusinessContextValueProvider | An abstract implementation of IBusinessContextValueProvider for use as base of custom implementations. |
Provides API for Lumis Portal business context
.
The basic access of business context is made from IBusinessContext
interface.
Besides that interface, the API provides an interface to custom the value provider, which is IBusinessContextValueProvider
.
The business context is defined by contextdefinition.xsd. The context definition file is expected to be named contextdefinition.xml.
In the interface scope, the business context may be obtained with IServiceInterfaceRequest.getBusinessContext()
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |