<?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 How to get the list of documenst in trash of a particular workspace or folder in nuxeo java client? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-list-of-documenst-in-trash-of-a-particular/m-p/313447#M448</link>
    <description>&lt;P&gt;documents = nuxeoClient.repository().query("SELECT * FROM Document WHERE ecm:path= ? AND ecm:isTrashed = 1", "1", "50",null,null,null, path);&lt;/P&gt;
&lt;P&gt;This is the code I'm using to get the list of trashed documents of a particular path but this is returning me null&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 09:41:31 GMT</pubDate>
    <dc:creator>Jyothsna_SM1</dc:creator>
    <dc:date>2019-10-18T09:41:31Z</dc:date>
    <item>
      <title>How to get the list of documenst in trash of a particular workspace or folder in nuxeo java client?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-list-of-documenst-in-trash-of-a-particular/m-p/313447#M448</link>
      <description>&lt;P&gt;documents = nuxeoClient.repository().query("SELECT * FROM Document WHERE ecm:path= ? AND ecm:isTrashed = 1", "1", "50",null,null,null, path);&lt;/P&gt;
&lt;P&gt;This is the code I'm using to get the list of trashed documents of a particular path but this is returning me null&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 09:41:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-list-of-documenst-in-trash-of-a-particular/m-p/313447#M448</guid>
      <dc:creator>Jyothsna_SM1</dc:creator>
      <dc:date>2019-10-18T09:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the list of documenst in trash of a particular workspace or folder in nuxeo java client?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-list-of-documenst-in-trash-of-a-particular/m-p/313448#M449</link>
      <description>&lt;P&gt;SELECT * FROM Document WHERE ecm:parentId = ? AND ecm:isVersion = 0 AND ecm:isTrashed = 1&lt;/P&gt;
&lt;P&gt;this NXQL query worked.. problem solved&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 11:01:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-list-of-documenst-in-trash-of-a-particular/m-p/313448#M449</guid>
      <dc:creator>Jyothsna_SM1</dc:creator>
      <dc:date>2019-10-18T11:01:24Z</dc:date>
    </item>
  </channel>
</rss>

