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 | Description |
---|---|
AbstractBusinessContextValueProvider |
An abstract implementation of
IBusinessContextValueProvider for use as base of custom implementations. |
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()
.
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.