<?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: [SOLVED] Obtaining Node from NodeRef in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243238#M196368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;org.alfresco.web.bean.repository.Node is a class not an interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And as Pedro says above there is a constructor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public Node(NodeRef nodeRef)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 09:37:39 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2010-02-10T09:37:39Z</dc:date>
    <item>
      <title>[SOLVED] Obtaining Node from NodeRef</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243235#M196365</link>
      <description>Hi all,How do I obtain a Node given its NodeRef?My real problam is actually this:I need to generate clickable URL link to my newly created node. I have just created a node using the FileFolderService create() method which returns a FileInfo.From the FileInfo, I can obtain the NodeRef to the created</description>
      <pubDate>Tue, 09 Feb 2010 09:09:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243235#M196365</guid>
      <dc:creator>bluearth</dc:creator>
      <dc:date>2010-02-09T09:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Obtaining Node from NodeRef</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243236#M196366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to Alfresco but I think you can create a Node passing the NodeRef as a parameter of the constructor, like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Node node = new Node( 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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pedro Saraiva&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 18:16:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243236#M196366</guid>
      <dc:creator>pedrosaraiva</dc:creator>
      <dc:date>2010-02-09T18:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Obtaining Node from NodeRef</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243237#M196367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello,&lt;BR /&gt;I'm new to Alfresco but I think you can create a Node passing the NodeRef as a parameter of the constructor, like this:&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But &lt;/SPAN&gt;&lt;EM&gt;Node&lt;/EM&gt;&lt;SPAN&gt; is an Interface. You can't 'create' an instance out of an Interface. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think there has got to be a a method somewhere among the repository Service to do this… still searching.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 05:06:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243237#M196367</guid>
      <dc:creator>bluearth</dc:creator>
      <dc:date>2010-02-10T05:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Obtaining Node from NodeRef</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243238#M196368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;org.alfresco.web.bean.repository.Node is a class not an interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And as Pedro says above there is a constructor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public Node(NodeRef nodeRef)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 09:37:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243238#M196368</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-02-10T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Obtaining Node from NodeRef</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243239#M196369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;org.alfresco.web.bean.repository.Node is a class not an interface.&lt;BR /&gt;&lt;BR /&gt;And as Pedro says above there is a constructor.&lt;BR /&gt;&lt;BR /&gt;public Node(NodeRef nodeRef)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Turns out this is a trivial thing. &lt;/SPAN&gt;&lt;EM&gt;Mea Culpa.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks everyone&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 03:42:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-obtaining-node-from-noderef/m-p/243239#M196369</guid>
      <dc:creator>bluearth</dc:creator>
      <dc:date>2010-02-11T03:42:49Z</dc:date>
    </item>
  </channel>
</rss>

