<?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 What is the best way to retrieve nodes with specific category within the site in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-best-way-to-retrieve-nodes-with-specific-category/m-p/127751#M34690</link>
    <description>&lt;P&gt;What is the best way to retrieve nodes with specific category within a site with java code ?&lt;/P&gt;&lt;P&gt;I had thought of separate lucene queries one behind the other , the first query to retrieve all nodes with that category and the second to analyze if the nodes in the first query are learners of the site node.&lt;BR /&gt;The queries seem a bit cumbersome to me and I was wondering if there was a smarter method or some alfresco service that I missed.&lt;/P&gt;&lt;P&gt;If anyone has any suggestions let me know.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2023 16:09:12 GMT</pubDate>
    <dc:creator>AlfrescoZZZ</dc:creator>
    <dc:date>2023-09-04T16:09:12Z</dc:date>
    <item>
      <title>What is the best way to retrieve nodes with specific category within the site</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-best-way-to-retrieve-nodes-with-specific-category/m-p/127751#M34690</link>
      <description>&lt;P&gt;What is the best way to retrieve nodes with specific category within a site with java code ?&lt;/P&gt;&lt;P&gt;I had thought of separate lucene queries one behind the other , the first query to retrieve all nodes with that category and the second to analyze if the nodes in the first query are learners of the site node.&lt;BR /&gt;The queries seem a bit cumbersome to me and I was wondering if there was a smarter method or some alfresco service that I missed.&lt;/P&gt;&lt;P&gt;If anyone has any suggestions let me know.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 16:09:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-best-way-to-retrieve-nodes-with-specific-category/m-p/127751#M34690</guid>
      <dc:creator>AlfrescoZZZ</dc:creator>
      <dc:date>2023-09-04T16:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to retrieve nodes with specific category within the site</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-best-way-to-retrieve-nodes-with-specific-category/m-p/127752#M34691</link>
      <description>&lt;P&gt;Use Alfresco's Java API: The Java-backed webscripts allow you to run Java code that can leverage Alfresco's services. FQL (Alfresco Full Text Query Language): FQL is powerful and allows you to combine multiple conditions. It might let you retrieve nodes with a specific category within a site in one query instead of chaining two Lucene queries. NodeService &amp;amp; SearchService: Use NodeService to fetch properties or child associations and SearchService to execute your queries. Use CMIS: Alfresco supports CMIS (Content Management Interoperability Services). You can use CMIS queries to fetch nodes based on conditions.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 11:12:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-best-way-to-retrieve-nodes-with-specific-category/m-p/127752#M34691</guid>
      <dc:creator>Megantucker</dc:creator>
      <dc:date>2023-09-07T11:12:56Z</dc:date>
    </item>
  </channel>
</rss>

