<?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 Re: How to fetch the title of a type? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271961#M225091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well that title-element is just a way to name your type (like naming a java class or something). To find that out you will have to use the DictionaryService.getType and on the returned TypeDefinition do a getTitle() I suppose…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2012 13:28:45 GMT</pubDate>
    <dc:creator>billerby</dc:creator>
    <dc:date>2012-10-17T13:28:45Z</dc:date>
    <item>
      <title>How to fetch the title of a type?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271957#M225087</link>
      <description>Hi there,As the subject says, I have a custom type described by a QName. How can I get for example the title element of it in Java?Many thanks,Rocco</description>
      <pubDate>Mon, 15 Oct 2012 16:42:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271957#M225087</guid>
      <dc:creator>drocco88</dc:creator>
      <dc:date>2012-10-15T16:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch the title of a type?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271958#M225088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With a custom title:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;String title = (String) nodeService.getProperty(myNodeRef, QName.createQName("&lt;/SPAN&gt;&lt;A href="http://www.mycompany.com/model/customModel/1.0" rel="nofollow noopener noreferrer"&gt;http://www.mycompany.com/model/customModel/1.0&lt;/A&gt;&lt;SPAN&gt;", "title");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change to your namespace and the name of your custom title.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 06:25:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271958#M225088</guid>
      <dc:creator>billerby</dc:creator>
      <dc:date>2012-10-16T06:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch the title of a type?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271959#M225089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:05:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271959#M225089</guid>
      <dc:creator>drocco88</dc:creator>
      <dc:date>2012-10-16T12:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch the title of a type?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271960#M225090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And what about if is in this situation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;namespace uri="&lt;A href="http://xxx/model/1.0" rel="nofollow noopener noreferrer"&gt;http://xxx/model/1.0&lt;/A&gt;" prefix="xxx" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;type name="xxx:customType"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;My Title&amp;lt;/title&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I fetch the title?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 13:23:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271960#M225090</guid>
      <dc:creator>drocco88</dc:creator>
      <dc:date>2012-10-17T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch the title of a type?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271961#M225091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well that title-element is just a way to name your type (like naming a java class or something). To find that out you will have to use the DictionaryService.getType and on the returned TypeDefinition do a getTitle() I suppose…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 13:28:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271961#M225091</guid>
      <dc:creator>billerby</dc:creator>
      <dc:date>2012-10-17T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch the title of a type?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271962#M225092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 13:41:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-fetch-the-title-of-a-type/m-p/271962#M225092</guid>
      <dc:creator>drocco88</dc:creator>
      <dc:date>2012-10-17T13:41:52Z</dc:date>
    </item>
  </channel>
</rss>

