Message-ID: <314227871.8456.1711697612192.JavaMail.confluence@ip-172-30-4-17.ec2.internal> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8455_1562594751.1711697612189" ------=_Part_8455_1562594751.1711697612189 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html modify_child

modify_child

The modify_child message is sent to edit the co= ntent of a node in the metadata tree.

= =20

<= /span>Modify a Node in the Tree

=20

To modify a node in the tree, the sequence of events is as follows:

=20
    =20
  1. The client specifies a leaf, folder or container to be modified.
  2. = =20
  3. The Ontology server performs the following steps:=20
      =20
    1. Parses the node information to obtain the key / table_cd
    2. =20
    3. Queries the TABLE_ACCESS table for the table name associated with the T= ABLE_CD.
    4. =20
    5. Update the metadata table with the new information for the correspondin= g node.
    6. =20
  4. =20
=20


=20
    =20
  1. The client refreshes the leaf, folder or container.
  2. =20
=20



= =20

= modify_child Request Message

=20

This message requires the user to specify the modified node's content. A= n attribute indicates whether synonyms changes should be applied to the syn= onyms. The attribute inclSynonyms =3D true indicates that no synon= yms were added or removed ruing this edit session and we would like to appl= y the modifications to them. inclSynonyms =3D false indicates that= synonyms were added or removed during this edit session; in this case the = synonyms are deleted and reinserted anew.
= Example:
<message_body><= br> <ns6:modify_child =3D"false">
<level>1</level>
<key>\\i2b2\Custom Ontology\Test folder{color:#0000ff}</ke= y>
<name
>Test folder</n= ame>
<synonym_cd>N</synonym_cd>
= <visualattributes>= ;FAE</visualattributes>
<totalnum>0</= totalnum>
<basecode />
<facttablecolumn>
concept_cd</factta= blecolumn>
<tablename>conce= pt_dimension</tablename>
<columnname>concept_path</= columnname>
<columndatatype= >T</columndatatyp= e>
<op= erator>LIKE</operator>
<dimcode>\Cust= om Ontology\Test folder{color:#0000ff}</dimcode>
<
comment />
<= tooltip>\ Custom Ontology \ Test folder</>
<sourcesystem_cd />
<valuetype_cd </ns6:modify_child>
</= message_body>

=20

modify_child Response Message

=20

A status type of DONE or ERROR is spe= cified in the response header. No specialized <message_body>= is returned to the client.

------=_Part_8455_1562594751.1711697612189--