<?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 node by uuid in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/get-node-by-uuid/m-p/29009#M14768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't seem to find a way to get the NodeRef by the uuid. I have the following information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;String uuid = "213-b…";&lt;BR /&gt;StoreRef storeRef = new StoreRef(protocolStr, storeStr);&lt;BR /&gt;NodeRef nodeRef = ?;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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 you get the NodeRef from a uuid? Do you have to perform a query? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2006 18:30:37 GMT</pubDate>
    <dc:creator>unknown-user</dc:creator>
    <dc:date>2006-04-13T18:30:37Z</dc:date>
    <item>
      <title>get node by uuid</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-node-by-uuid/m-p/29009#M14768</link>
      <description>I can't seem to find a way to get the NodeRef by the uuid. I have the following information.String uuid = "213-b…";StoreRef storeRef = new StoreRef(protocolStr, storeStr);NodeRef nodeRef = ?;‍‍‍‍‍How do you get the NodeRef from a uuid? Do you have to perform a query? Thanks.</description>
      <pubDate>Thu, 13 Apr 2006 18:30:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-node-by-uuid/m-p/29009#M14768</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2006-04-13T18:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: get node by uuid</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-node-by-uuid/m-p/29010#M14769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am wondering about this as well.&amp;nbsp; We are attempting to ascertain just how much information we need to encode in a string id value to be able to retrieve a node reference.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To construct a nodeRef, the storeRef and id need to be supplied as an constructor.&amp;nbsp; But it would seem to me that in the 'NODE' table, a node could be looked up via the 'guid' column.&amp;nbsp; But there does not seem to be a way to do this via the API.&amp;nbsp; Is this on purpose?&amp;nbsp; What was the design intent for Alfresco's guid value.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We want to be able to render a URL that contains a id value, that will allow us to fetch this node directly from the repository.&amp;nbsp; We do not want to make any assumptions on which store we are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it seems to me that to generate an ID string for use in a URL, we will need to encode the store reference id as well along w/ the UUID, or if the UUID is all that is necessary to locate a Node, what is the suggested method to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2006 18:11:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-node-by-uuid/m-p/29010#M14769</guid>
      <dc:creator>timster</dc:creator>
      <dc:date>2006-04-17T18:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: get node by uuid</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/get-node-by-uuid/m-p/29011#M14770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A node can not be referenced by an id alone as the same node can appear in multiple stores, you therefore need to have a store reference as well as the guid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have several services that are accessed via URL, which sounds similar to what you are after. Have a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/URL_Addressability" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/URL_Addressability&lt;/A&gt;&lt;SPAN&gt; to see how we reference nodes in a URL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2006 20:20:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/get-node-by-uuid/m-p/29011#M14770</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-04-19T20:20:29Z</dc:date>
    </item>
  </channel>
</rss>

