<?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: Find noderef of folder based on path without solr in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/find-noderef-of-folder-based-on-path-without-solr/m-p/89216#M26742</link>
    <description>&lt;P&gt;You can try to use&amp;nbsp;getObjectByPath(String path) method of cmis&amp;nbsp;Session interface&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2020 08:57:04 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2020-07-30T08:57:04Z</dc:date>
    <item>
      <title>Find noderef of folder based on path without solr</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/find-noderef-of-folder-based-on-path-without-solr/m-p/89214#M26740</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I want to find noderef of the folder based on its path in java webscript. I have disabled solr in my Alfresco. How can I get it using cmis or any other way which does not use solr?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 05:42:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/find-noderef-of-folder-based-on-path-without-solr/m-p/89214#M26740</guid>
      <dc:creator>yash_patel_c2</dc:creator>
      <dc:date>2020-07-30T05:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Find noderef of folder based on path without solr</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/find-noderef-of-folder-based-on-path-without-solr/m-p/89215#M26741</link>
      <description>&lt;P&gt;WIthout SOLR, you essentially have to use Alfresco's Java API (either FileFolderService.resolveNamePath(), SearchService.selectNodes() or iteratively NodeService.getChildByName()) to resolve a path to a node reference. Depending on which API you use, there are some differences in semantics / limitations. E.g. FileFolderService only allows you to deal with - as the name suggests - files and folders, and any nodes not fitting into those two base types will be unsupported. It also limits you to the cm:contains association for paths. SearchService.selectNodes() requires you to use an XPath, and NodeService.getChildByName() requires you to split your path and iteratively perform the lookup - but both are unrestricted with regards to type of nodes and child associations supported.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 08:32:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/find-noderef-of-folder-based-on-path-without-solr/m-p/89215#M26741</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2020-07-30T08:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find noderef of folder based on path without solr</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/find-noderef-of-folder-based-on-path-without-solr/m-p/89216#M26742</link>
      <description>&lt;P&gt;You can try to use&amp;nbsp;getObjectByPath(String path) method of cmis&amp;nbsp;Session interface&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 08:57:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/find-noderef-of-folder-based-on-path-without-solr/m-p/89216#M26742</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-07-30T08:57:04Z</dc:date>
    </item>
  </channel>
</rss>

