<?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 Accessing document title, description and author name in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/accessing-document-title-description-and-author-name/m-p/272068#M225198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the best way to access a document's title, description and author name using the CMIS interface? (I am using OpenCMIS).&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;For title, I would like a short phrase, e.g. "Introduction to CMIS". I was thinking of using cmis:name, but there seems to a minor glitch. When I upload a document to Alfresco, it sets cmis:name and cmis:contentStreamFileName to the filename, e.g. cmis-intro.pdf. However when I change the document's name from Alfresco's front-end, it not only changes the cmis:name but also the cmis:contentStreamFileName. I was not expecting the latter to change and don't know if it has any bad side-effects.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;For description, I would like a short paragraph similar to what Alfreso allows in the document metadata. Is it possible to access this via CMIS?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;For author name, I would like the full name (&amp;lt;First Name&amp;gt; &amp;lt;Last Name&amp;gt;). I don't see this anywhere in the CMIS response. The cmis:createdBy has the username, not the full name.&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Please let me know what's the best way to get this information via CMIS. Any help or guidance is much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Naresh Bhatia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2011 13:11:03 GMT</pubDate>
    <dc:creator>naresh</dc:creator>
    <dc:date>2011-06-01T13:11:03Z</dc:date>
    <item>
      <title>Accessing document title, description and author name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-document-title-description-and-author-name/m-p/272068#M225198</link>
      <description>What is the best way to access a document's title, description and author name using the CMIS interface? (I am using OpenCMIS).For title, I would like a short phrase, e.g. "Introduction to CMIS". I was thinking of using cmis:name, but there seems to a minor glitch. When I upload a document to Alfres</description>
      <pubDate>Wed, 01 Jun 2011 13:11:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-document-title-description-and-author-name/m-p/272068#M225198</guid>
      <dc:creator>naresh</dc:creator>
      <dc:date>2011-06-01T13:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing document title, description and author name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-document-title-description-and-author-name/m-p/272069#M225199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Naresh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco doesn't distinguish between cmis:name and cmis:contentStreamFileName. Internally it is the same property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The description is a property at the cm:titled aspect. You need the Alfresco OpenCMIS Extension (&lt;/SPAN&gt;&lt;A href="http://apache-extras.org/p/alfresco-opencmis-extension" rel="nofollow noopener noreferrer"&gt;http://apache-extras.org/p/alfresco-opencmis-extension&lt;/A&gt;&lt;SPAN&gt;) to access that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The CMIS spec defines that the author name must the cmis:createdBy property value. cmis:createdBy, in turn, must unambiguously identify a user and therefore is the username and not the full name. There is currently no way to get the full name via CMIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 13:37:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-document-title-description-and-author-name/m-p/272069#M225199</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-06-01T13:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing document title, description and author name</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-document-title-description-and-author-name/m-p/272070#M225200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Florian - this is very useful. I will try out the Alfresco extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To clarify my understanding about the document metadata that can be entered from the "Full Metadata Edit Page":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Name: Is this always intended to be a filename? (and reflected in cmis:name and cmis:contentStreamFileName)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Title: available via cm:title property in aspect&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Description: available via cm:description property in aspect&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Mimetype: available via cmis:contentStreamMimeType&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Author: available via cm:author property in aspect (this seems to contain the Full author name that I needed)&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:58:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-document-title-description-and-author-name/m-p/272070#M225200</guid>
      <dc:creator>naresh</dc:creator>
      <dc:date>2011-06-01T15:58:18Z</dc:date>
    </item>
  </channel>
</rss>

