Interface | Description |
---|---|
IFIdentifier |
Represents one identifier with mapping context, agency and identification scheme.
|
IFRequest |
Represents one value mapping request consisting of the source identifier,
target identifer and source value.
|
IFResponse |
Value mapping result that can consist of several groups of source identifier,
source value, target identifier and target value.
|
Class | Description |
---|---|
XIVMFactory |
Factory for creating instances of IFIdentifier and IFRequest to execute value
mappings by means of
XIVMService . |
XIVMService |
Service for executing value mappings during a mapping program.
|
Exception | Description |
---|---|
ValueMappingException |
Exception can be thrown from
XIVMService during the executing of a
value mapping. |
com.sap.aii.mapping.value.api
contains the interfaces IFIdentifier
, IFRequest
, and IFResponse
. You request objects for these
interfaces to describe such representations. One way to execute a value mapping is
using IFIdentifier
in order to construct
IFRequest
and when you execute the value
mapping an object of type IFResponse
is
returned.Copyright 2019 SAP AG Complete Copyright Notice