<?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 obtain document name with REST call in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-obtain-document-name-with-rest-call/m-p/299829#M252959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is only one line code to get the document name; if you have the nodeRef of the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;String fileName = getNodeService().getProperty(nodeRef, ContentModel.PROP_NAME).toString();&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 10:46:20 GMT</pubDate>
    <dc:creator>sanket</dc:creator>
    <dc:date>2014-09-08T10:46:20Z</dc:date>
    <item>
      <title>How to obtain document name with REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-obtain-document-name-with-rest-call/m-p/299828#M252958</link>
      <description>I'm downloading a content from alfresco with RESTFull calls. First I obtain the ticket and then I call the DownloadServlet alfresco/download/attach/workspace/SpacesStore/GUID/documentName.The problem is that I don't know previously the documentName. If I put an invented name (for example, "document"</description>
      <pubDate>Fri, 05 Sep 2014 10:49:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-obtain-document-name-with-rest-call/m-p/299828#M252958</guid>
      <dc:creator>spilby</dc:creator>
      <dc:date>2014-09-05T10:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain document name with REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-obtain-document-name-with-rest-call/m-p/299829#M252959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is only one line code to get the document name; if you have the nodeRef of the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;String fileName = getNodeService().getProperty(nodeRef, ContentModel.PROP_NAME).toString();&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 10:46:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-obtain-document-name-with-rest-call/m-p/299829#M252959</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2014-09-08T10:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to obtain document name with REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-obtain-document-name-with-rest-call/m-p/299830#M252960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, in this case, I don't use the Alfresco API. Only REST calls. My code is outside a webscript. Is the reason to use /alfresco/service/api/metadata. Works ok, but for a best performance, I want to know if it's the best solution to obtain the name. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 06:46:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-obtain-document-name-with-rest-call/m-p/299830#M252960</guid>
      <dc:creator>spilby</dc:creator>
      <dc:date>2014-09-09T06:46:55Z</dc:date>
    </item>
  </channel>
</rss>

