Package lumis.portal.businesscontext
Provides API for LumisXP
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()
.
- Since:
- 7.0.0
- Version:
- $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
-
Interface Summary Interface Description 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 Class Description AbstractBusinessContextValueProvider An abstract implementation ofIBusinessContextValueProvider
for use as base of custom implementations.