<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Change Relations Predicate Vocabulary in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324121#M11122</link>
    <description>&lt;P&gt;When I go to the Relations tab, it has the default predicate values, "references", "requires", etc. How can I change this vocabulary in order to say something like "parent of" and "has children"?&lt;/P&gt;
&lt;P&gt;I think this is the XML extension that grabs the vocabulary:&lt;/P&gt;
&lt;EXTENSION point="directories" target="org.nuxeo.ecm.directory.sql.SQLDirectoryFactory"&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;directory name="predicates"&amp;gt;
  &amp;lt;schema&amp;gt;vocabulary&amp;lt;/schema&amp;gt;
  &amp;lt;dataSource&amp;gt;java:/nxsqldirectory&amp;lt;/dataSource&amp;gt;
  &amp;lt;table&amp;gt;relation_predicates&amp;lt;/table&amp;gt;
  &amp;lt;idField&amp;gt;id&amp;lt;/idField&amp;gt;
  &amp;lt;autoincrementIdField&amp;gt;false&amp;lt;/autoincrementIdField&amp;gt;
  &amp;lt;dataFile&amp;gt;directories/relation_predicates.csv&amp;lt;/dataFile&amp;gt;
  &amp;lt;createTablePolicy&amp;gt;on_missing_columns&amp;lt;/createTablePolicy&amp;gt;
&amp;lt;/directory&amp;gt;

&amp;lt;directory name="inverse_predicates"&amp;gt;
  &amp;lt;schema&amp;gt;vocabulary&amp;lt;/schema&amp;gt;
  &amp;lt;dataSource&amp;gt;java:/nxsqldirectory&amp;lt;/dataSource&amp;gt;
  &amp;lt;table&amp;gt;relation_inverse_predicates&amp;lt;/table&amp;gt;
  &amp;lt;idField&amp;gt;id&amp;lt;/idField&amp;gt;
  &amp;lt;autoincrementIdField&amp;gt;false&amp;lt;/autoincrementIdField&amp;gt;
  &amp;lt;dataFile&amp;gt;directories/relation_inverse_predicates.csv&amp;lt;/dataFile&amp;gt;
  &amp;lt;createTablePolicy&amp;gt;on_missing_columns&amp;lt;/createTablePolicy&amp;gt;
&amp;lt;/directory&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;/EXTENSION&gt;
&lt;P&gt;And I have the two vocabularies that it references, so I'm guessing I just change the "labels" to be what I want them to be, but I don't know how to grab the new vocabulary that I have in my own resources as CSV files. Any ideas?&lt;/P&gt;
&lt;P&gt;Thank you!!!!&lt;/P&gt;</description>
    <pubDate>Mon, 24 Nov 2014 18:42:41 GMT</pubDate>
    <dc:creator>nathan1620_</dc:creator>
    <dc:date>2014-11-24T18:42:41Z</dc:date>
    <item>
      <title>Change Relations Predicate Vocabulary</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324121#M11122</link>
      <description>&lt;P&gt;When I go to the Relations tab, it has the default predicate values, "references", "requires", etc. How can I change this vocabulary in order to say something like "parent of" and "has children"?&lt;/P&gt;
&lt;P&gt;I think this is the XML extension that grabs the vocabulary:&lt;/P&gt;
&lt;EXTENSION point="directories" target="org.nuxeo.ecm.directory.sql.SQLDirectoryFactory"&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;directory name="predicates"&amp;gt;
  &amp;lt;schema&amp;gt;vocabulary&amp;lt;/schema&amp;gt;
  &amp;lt;dataSource&amp;gt;java:/nxsqldirectory&amp;lt;/dataSource&amp;gt;
  &amp;lt;table&amp;gt;relation_predicates&amp;lt;/table&amp;gt;
  &amp;lt;idField&amp;gt;id&amp;lt;/idField&amp;gt;
  &amp;lt;autoincrementIdField&amp;gt;false&amp;lt;/autoincrementIdField&amp;gt;
  &amp;lt;dataFile&amp;gt;directories/relation_predicates.csv&amp;lt;/dataFile&amp;gt;
  &amp;lt;createTablePolicy&amp;gt;on_missing_columns&amp;lt;/createTablePolicy&amp;gt;
&amp;lt;/directory&amp;gt;

&amp;lt;directory name="inverse_predicates"&amp;gt;
  &amp;lt;schema&amp;gt;vocabulary&amp;lt;/schema&amp;gt;
  &amp;lt;dataSource&amp;gt;java:/nxsqldirectory&amp;lt;/dataSource&amp;gt;
  &amp;lt;table&amp;gt;relation_inverse_predicates&amp;lt;/table&amp;gt;
  &amp;lt;idField&amp;gt;id&amp;lt;/idField&amp;gt;
  &amp;lt;autoincrementIdField&amp;gt;false&amp;lt;/autoincrementIdField&amp;gt;
  &amp;lt;dataFile&amp;gt;directories/relation_inverse_predicates.csv&amp;lt;/dataFile&amp;gt;
  &amp;lt;createTablePolicy&amp;gt;on_missing_columns&amp;lt;/createTablePolicy&amp;gt;
&amp;lt;/directory&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;/EXTENSION&gt;
&lt;P&gt;And I have the two vocabularies that it references, so I'm guessing I just change the "labels" to be what I want them to be, but I don't know how to grab the new vocabulary that I have in my own resources as CSV files. Any ideas?&lt;/P&gt;
&lt;P&gt;Thank you!!!!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 18:42:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324121#M11122</guid>
      <dc:creator>nathan1620_</dc:creator>
      <dc:date>2014-11-24T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change Relations Predicate Vocabulary</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324122#M11123</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can take a look at this how-to to add new relation types directly from the platform UI: &lt;A href="http://doc.nuxeo.com/x/lhk5AQ" target="test_blank"&gt;http://doc.nuxeo.com/x/lhk5AQ&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards,
Solen&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 19:06:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324122#M11123</guid>
      <dc:creator>Solen_Guitter</dc:creator>
      <dc:date>2014-11-24T19:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change Relations Predicate Vocabulary</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324123#M11124</link>
      <description>&lt;P&gt;That worked! Thank you so much! You're the best!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2014 19:18:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324123#M11124</guid>
      <dc:creator>nathan1620_</dc:creator>
      <dc:date>2014-11-24T19:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change Relations Predicate Vocabulary</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324124#M11125</link>
      <description>&lt;P&gt;Yes, she's the best &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2014 11:17:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/change-relations-predicate-vocabulary/m-p/324124#M11125</guid>
      <dc:creator>Thierry_Martins</dc:creator>
      <dc:date>2014-11-25T11:17:20Z</dc:date>
    </item>
  </channel>
</rss>

