ARIS - ALFABET-integration.xml

This file defines all objects to be mapped to Alfabet objects. It also defines the objects to be imported and synchronized, as well as the login for exchanging data.

User settings

Defines the login to Alfabet RESTful API for exchanging data.

<user name="" token="T66JADHPYTWW3A7U2ACUFYUZZU7BPCFL" accessmode="httpclient"/>

Individual mapping

In the <!-- Single object mapping --> section, you can individually link ARIS items to Alfabet items.

<!-- Single object mapping -->

<object aristype="OT_APPL_SYS_TYPE" table="APPLICATION" >

<condition property="ObjectState" value="Active" />

<attr aris="AT_NAME" />

<attr aris="AT_DESC" />

<attr aris="AT_REL_3" />

<link attribute="AT_ALFA_LINK_1" title="AT_ALFA_NAVI1" defaultvalue="Navigate to Application in Alfabet" >

<title locale="1033" value="Navigate to Application in Alfabet" />

</link>

</object>

<dialog-columns alfatype="APPLICATION">

<column alfabet="Version"/>

<newlink url="ExternalAccess.aspx?AccessType=ExternalAccess&amp;UserType=Named&amp;View=GraphicView:APP_CaptureApplications_Ex"/>-->

</dialog-columns>

Bulk import from Alfabet

In the <!-- Bulk mapping --> section, you can configure the Alfabet synchronization and the bulk import functionality.

<sync table="APPLICATION" cxnhandling="ignore" > <!-- values for cxnhandling = ignore, create, createAllowForce-->

<condition property="ObjectState" value="Active" />

<attr aris="AT_NAME" />

<attr aris="AT_DESC" />

<attr aris="AT_REL_3" />

<cxn property="NextVersion" cxnhandling="createAllowForce" />

<link attribute="AT_ALFA_LINK_1" title="AT_ALFA_NAVI1" defaultvalue="Navigate to Application in Alfabet" >

<title locale="1033" value="Navigate to Application in Alfabet" />

</link>

</sync>