Method DeleteKeyMapping (mappingTrace, party, service, channel)
With this constructor, an instance of a specific key mapping store is created.
Parameters of the Method
| Type | Name | Description |
|---|---|---|
|
Export, AbstractTrace |
mappingTrace |
A reference to an instance of type AbstractTrace, which is passed as parameter by the xslt runtime environment. |
|
Export, String |
party |
Name of a partner in the XI directory |
|
Export, String |
service |
Name of a service in the XI directory |
|
Export, String |
channel |
Name of a communication channel in the XI directory |
|
Return, DeleteKeyMapping |
|
A new DeleteKeyMapping instance |
Example
A coding example how such an instance can be generated is given below.
<xsl:variable name="ref" select="DeleteKeyMapping:new($MappingTrace, 'UkmPartner', 'UkmService', 'QM3_300')"/>
With this constructor, an instance of a key mapping store is created. It is defined in the XI Integration Directory under path UkmsPartner → UkmService → QM3_300.