<?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 get upladed doc url in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284514#M237644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a beginner in alfresco, I'm working on a java class that sends mail to validate the upload of a document, and I want to know how can I get the url of the uploaded document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 08:39:23 GMT</pubDate>
    <dc:creator>ucf</dc:creator>
    <dc:date>2014-04-08T08:39:23Z</dc:date>
    <item>
      <title>get upladed doc url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284514#M237644</link>
      <description>hi everybody,I'm a beginner in alfresco, I'm working on a java class that sends mail to validate the upload of a document, and I want to know how can I get the url of the uploaded document.thank you</description>
      <pubDate>Tue, 08 Apr 2014 08:39:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284514#M237644</guid>
      <dc:creator>ucf</dc:creator>
      <dc:date>2014-04-08T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: get upladed doc url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284515#M237645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using alfresco share interface?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Document detail url of any document in alfresco repository can be generated from noderef of document in following way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/server:port/share/page/site/{site}/document-details?nodeRef={nodeRef" rel="nofollow noopener noreferrer"&gt;http://server&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort/share/page/site/{site}/document-details?nodeRef={nodeRef&lt;/A&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also checkout this thread&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/forum/developer-discussions/workflow/need-email-notification-point-share-not-alfresco-01272010-1513" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/forum/developer-discussions/workflow/need-email-notification-point-share-not-alfresco-01272010-1513&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:09:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284515#M237645</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-04-08T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: get upladed doc url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284516#M237646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in fact, the document is being uploaded to the alfresco repository, and I need to(using java) get the url f the document to send it in an email&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:38:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284516#M237646</guid>
      <dc:creator>ucf</dc:creator>
      <dc:date>2014-04-08T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: get upladed doc url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284517#M237647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are basically two type of URLs associated with each of the document,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;viewurl and downloadurl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://myserver:8080/alfresco/d/a/" rel="nofollow noopener noreferrer"&gt;http://myserver:8080/alfresco/d/a/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;workspace&amp;gt;/&amp;lt;store&amp;gt;/&amp;lt;nodeId&amp;gt;/&amp;lt;filename&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://myserver:8080/alfresco/d/d/" rel="nofollow noopener noreferrer"&gt;http://myserver:8080/alfresco/d/d/&lt;/A&gt;&lt;SPAN&gt;&amp;lt;workspace&amp;gt;/&amp;lt;store&amp;gt;/&amp;lt;nodeId&amp;gt;/&amp;lt;filename&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://myserver:8080/alfresco/d/a/workspace/SpacesStore/0000-0000-0000-0000/myfile.pdf" rel="nofollow noopener noreferrer"&gt;http://myserver:8080/alfresco/d/a/workspace/SpacesStore/0000-0000-0000-0000/myfile.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's been a while I had played with those java services&amp;nbsp; but You will find some API within nodeservice which will give you download url. Or else you can generate using nodeId.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 03:54:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-upladed-doc-url/m-p/284517#M237647</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-04-09T03:54:57Z</dc:date>
    </item>
  </channel>
</rss>

