FINS IFX XML DTE Methods and Arguments
The FINS IFX XML DTE methods and arguments are described in the following tables. The following table describes the methods for the FINS IFX XML DTE.
Method | Display Name | Function |
---|---|---|
ToExternal |
Transform to External Hierarchy |
Transforms a Siebel hierarchy into an external hierarchy. |
ToInternal |
Transform to Siebel Hierarchy |
Transforms an external hierarchy into a Siebel hierarchy. |
The following table describes the arguments for the ToExternal method.
Argument | Value | Description |
---|---|---|
XMLHierarchy |
<XML property set> |
Takes as input the output of the Execute outbound method of the IFX XML transaction manager. Output hierarchy that contains the IFX Document in Siebel external integration object format. |
<MapArgs> |
Runtime input arguments that can be used by DTE maps. See explanation in the following section. |
|
DTE Argument 1 |
<Any literal value> |
|
DTE Argument 2 |
<Any literal value> |
|
DTE Argument 3 |
<Any literal value> |
The following table provides specifications for the ToExternal method arguments.
Name | Display Name | Data Type | Type | Optional |
---|---|---|---|---|
XMLHierarchy |
XML Property Set |
Hierarchy |
Input Output |
No |
<MapArgs> |
String |
Input |
Yes |
|
DTE Argument n |
Yes |
The following table describes the arguments for the ToInternal method.
Argument | Value | Description |
---|---|---|
XMLHierarchy |
<XML property set> |
Takes as input the output of the XMLPropetySetToPropertySet method of the IFX Converter. Output hierarchy that contains the IFX Document in Siebel internal integration object format. |
<MapArgs> |
Runtime input arguments that can be used by DTE maps. See explanation in the following section. |
|
DTE Argument 1 |
<Any literal value> |
|
DTE Argument 2 |
<Any literal value> |
|
DTE Argument 3 |
<Any literal value> |
The following table provides specifications for the ToInternal method arguments.
Name | Display Name | Data Type | Type | Optional |
---|---|---|---|---|
XMLHierarchy |
XML Property Set |
Hierarchy |
Input Output |
No |
<MapArgs> |
String |
Input |
Yes |
|
DTE Argument n |