<?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: automation : how to find a way to access real document linked to a proxy document in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328544#M15545</link>
    <description>&lt;P&gt;Yes &lt;CODE&gt;GetLiveDocument&lt;/CODE&gt; will do that for you.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2013 16:23:26 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2013-09-23T16:23:26Z</dc:date>
    <item>
      <title>automation : how to find a way to access real document linked to a proxy document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328540#M15541</link>
      <description>&lt;P&gt;In nuxeo automation, I don't see a way using the api to get, from a Document published in a section (this document is a Proxy document) how to get the identifier of the associated document stored in the workspace.&lt;/P&gt;
&lt;P&gt;Any idea to solve this problem&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 18:06:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328540#M15541</guid>
      <dc:creator>vieville_</dc:creator>
      <dc:date>2013-09-20T18:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: automation : how to find a way to access real document linked to a proxy document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328541#M15542</link>
      <description>&lt;P&gt;&lt;CODE&gt;doc.getVersionSeriesId()&lt;/CODE&gt; should give you that.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 18:27:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328541#M15542</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-09-20T18:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: automation : how to find a way to access real document linked to a proxy document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328542#M15543</link>
      <description>&lt;P&gt;Thank you for your interest to my question and your answer.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2013 13:26:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328542#M15543</guid>
      <dc:creator>vieville_</dc:creator>
      <dc:date>2013-09-21T13:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: automation : how to find a way to access real document linked to a proxy document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328543#M15544</link>
      <description>&lt;P&gt;Please, will the future GetLiveDocument operation available in "content automation" 5.7.1 be the solution to get the real document from a proxy document ?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2013 13:04:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328543#M15544</guid>
      <dc:creator>vieville_</dc:creator>
      <dc:date>2013-09-22T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: automation : how to find a way to access real document linked to a proxy document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328544#M15545</link>
      <description>&lt;P&gt;Yes &lt;CODE&gt;GetLiveDocument&lt;/CODE&gt; will do that for you.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 16:23:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328544#M15545</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-09-23T16:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: automation : how to find a way to access real document linked to a proxy document</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328545#M15546</link>
      <description>&lt;P&gt;You can try to use &lt;A href="http://community.nuxeo.com/api/nuxeo/5.6/javadoc/org/nuxeo/ecm/core/api/CoreSession.html#getSourceDocument(org.nuxeo.ecm.core.api.DocumentRef)"&gt;&lt;CODE&gt;getSourceDocument&lt;/CODE&gt;&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;coreSession.getSourceDocument(proxyDocument.getRef());
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This way you get the original document. Once you achieve that, you can retrieve its identifier.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 11:07:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/automation-how-to-find-a-way-to-access-real-document-linked-to-a/m-p/328545#M15546</guid>
      <dc:creator>Hari_</dc:creator>
      <dc:date>2013-10-24T11:07:57Z</dc:date>
    </item>
  </channel>
</rss>

