<?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 query the repository about deleted files? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273363#M226493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to this community.I tried to create,modify,delete the files on repository using java client program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i am trying to find the user deleted files on the repository between x and y time.Please help me with sample code. Thanks in Advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 11:33:58 GMT</pubDate>
    <dc:creator>sridhar</dc:creator>
    <dc:date>2011-06-03T11:33:58Z</dc:date>
    <item>
      <title>How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273363#M226493</link>
      <description>Hello Friends,I am new to this community.I tried to create,modify,delete the files on repository using java client program.Now i am trying to find the user deleted files on the repository between x and y time.Please help me with sample code. Thanks in Advance.</description>
      <pubDate>Fri, 03 Jun 2011 11:33:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273363#M226493</guid>
      <dc:creator>sridhar</dc:creator>
      <dc:date>2011-06-03T11:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273364#M226494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's tricky!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the node is archived the you just need to search for nodes in the archive store.&amp;nbsp;&amp;nbsp;&amp;nbsp; However archiving is optional and if a node has been deleted then it's not there.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In future we may add some sort of "deletion stub" or "ghost" of a deleted node.&amp;nbsp;&amp;nbsp; We have a few designs for how it would work but its not there yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 11:51:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273364#M226494</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-06-03T11:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273365#M226495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or the other way of doing it is through Audit.&amp;nbsp;&amp;nbsp; I see that there's a change log in CMIS.&amp;nbsp;&amp;nbsp;&amp;nbsp; That may be what you are after.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 12:04:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273365#M226495</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-06-03T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273366#M226496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Or the other way of doing it is through Audit.&amp;nbsp;&amp;nbsp; I see that there's a change log in CMIS.&amp;nbsp;&amp;nbsp;&amp;nbsp; That may be what you are after.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the response.Is there any way to get the deleted files list programatically.?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 09:41:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273366#M226496</guid>
      <dc:creator>sridhar</dc:creator>
      <dc:date>2011-06-06T09:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273367#M226497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any webservice call that would get the CMIS log? And in that case do you have to activate audit, or is this on by default?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was also wandering if there is a function to force the web ui to archive instead of deleting documents?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Br&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Runar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 10:20:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273367#M226497</guid>
      <dc:creator>rhlie</dc:creator>
      <dc:date>2011-06-06T10:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273368#M226498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm also looking for a way to manage deleted items (apart from the Alfresco explorer option), to query, list, and recover deleted files (from the deleted contentstore "recycle bin") please help us to do this trough code, cause the explorer interface isn't very helpful to query and retrieve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 14:59:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273368#M226498</guid>
      <dc:creator>flopez</dc:creator>
      <dc:date>2011-09-01T14:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273369#M226499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem, I would like to manage deleted files without using the web-interface (in CMIS it would be great).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 11:08:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273369#M226499</guid>
      <dc:creator>sjeandroz</dc:creator>
      <dc:date>2012-02-16T11:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to query the repository about deleted files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273370#M226500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Someone have an answer?&amp;nbsp; I have spend a lot of time to search a solution but nothing….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do this in CMIS? or in Javascript? Or in Java using a java-backed web script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and sorry for my english&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 16:34:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-query-the-repository-about-deleted-files/m-p/273370#M226500</guid>
      <dc:creator>sjeandroz</dc:creator>
      <dc:date>2012-10-29T16:34:22Z</dc:date>
    </item>
  </channel>
</rss>

