ARIS-ALFABET-integration.xml

Ce fichier définit tous les objets à relier aux objets Alfabet. Ce fichier définit aussi les objets à importer et à synchroniser, de même que la connexion pour l'échange des données.

Paramètres utilisateur

Définit la connexion à l'API Alfabet RESTful pour l'échange des données.

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

Mappage individuel

Dans la section <!-- Single object mapping -->, vous pouvez relier individuellement des éléments ARIS à des éléments Alfabet.

<!-- 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>

Importation en série depuis Alfabet

Dans la section <!-- Bulk mapping -->, vous pouvez configurer la synchronisation Alfabet et la fonctionnalité importation en série.

<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>