<?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: How to Delete many files at once in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242162#M195292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) using webdav or CIFS inteface&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) using a script written in javascript and running it from the alfresco explorer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Apr 2010 20:58:59 GMT</pubDate>
    <dc:creator>mabayona</dc:creator>
    <dc:date>2010-04-13T20:58:59Z</dc:date>
    <item>
      <title>How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242161#M195291</link>
      <description>Good Afternoon allThis might be a stupid question, sorry if so, but is there any way I can run a search and delete all the returned files at once?, or copy them all at once or cut them all at once and place them in another folder.Imagine that I have a space with files from January 2010 to April 2010</description>
      <pubDate>Tue, 13 Apr 2010 15:48:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242161#M195291</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2010-04-13T15:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242162#M195292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Two ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) using webdav or CIFS inteface&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) using a script written in javascript and running it from the alfresco explorer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 20:58:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242162#M195292</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2010-04-13T20:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242163#M195293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FlexSpaces has support for multiple selection with delete (has a confirm dialog).&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forge.alfresco.com/projects/flexspaces/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/flexspaces/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has advanced search like alfresco explorer client that supports date range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To allow delete from search view, not just from doclib view, FlexSpacesViewBase.as enableMenusAfterSelection() would need to be overriden&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco Share&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. multiple select delete with confirm dialog in&amp;nbsp; site doclibs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. multiple select delete also in repository doclib view&amp;nbsp; (Alfresco 3.3)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 23:55:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242163#M195293</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2010-04-13T23:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242164#M195294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Or FTP…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 08:10:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242164#M195294</guid>
      <dc:creator>tommorris</dc:creator>
      <dc:date>2010-04-14T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242165#M195295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi thanks for the answers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will try this FlexSpaces package. FTP could be an option, but how can we identify the files we want to delete? I mean if we can find the files using the advance search with metadata information, that will not be possible with FTP will be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 08:29:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242165#M195295</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2010-04-14T08:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242166#M195296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mabayona&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the answer, sorry did not see your message, in the post. The option of using a JavaScript to remove them sounds good, problem I see know is how to launch it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I mean the mean problem is that we need to be able to identify the content we want to delete, this is why we thought to run an advanced search first and then delete all the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know how to create the JS code to remove the content, but how can I launch it so when a search produces a "list of results" the script acts against them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I you think about any other way to identify the list of files I want to delete (using filters as dates, metadata values…) and run the script I am also open to hear it&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not I think we will try the FlexSpaces Solution&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once more for the help!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 11:21:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242166#M195296</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2010-04-14T11:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242167#M195297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you use the javascript solution (something VERY recommendable to learn and use for daily administrative work in Alfresco) implies that you have to do the search also in javascript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The resulting script can be launched either as a rule or as an action ("Run action") from the alfresco explorer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 11:33:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242167#M195297</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2010-04-14T11:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242168#M195298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for this questions, I have used JavaScript but to be launched as a rule when an action happens. I dont get to understand how I can get this requirements using this approach&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Let the user decide the items they would like to delete. I mean how we can pass to the JS code filters to run the search like: dates, or values for metadata, or the space it should searh in. I mean how can we let the user pass those filters as parameters to the JS code in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Also the JS code normally we use to launch it as a rule, meaning that it is launched with a situation happens in an space…. but how can we run the JS when the user can require the deletion once or twice a year?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the answer in advance, sorry our knowledge in JS for Alfresco seems to be quite limited&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 10:31:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242168#M195298</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2010-04-15T10:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242169#M195299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it is once or twice a year, probably the best approach is to seat down with the user and modify and run the JS yourself. Otherwise the alternative is to develop a dedicated webscript with HTML interface to let the user do by him/herself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternative, although not easy, is to use flex spaces… or upgrade to 3.2/3.3 and do it via share.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 11:23:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242169#M195299</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2010-04-15T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242170#M195300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have solution for you develop multi select ( gmail like ), and just add delete selected . I guess this would solve all your problems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 22:58:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242170#M195300</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-04-15T22:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242171#M195301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Savic&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it something we can easily import?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 06:47:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242171#M195301</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2010-04-16T06:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete many files at once</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242172#M195302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it is a bit hard to implement if you do not know how.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cosists of ton of javascript and some java coding more less 600 lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But it is great, you just click select all or select some files and folders and click Cut or copy or even export it to zip(custom) if you like.&amp;nbsp; great feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone could develop this for you ( you can not use my code because it sits on mote then a year of developing and alfrescos are not the same), importing would be easy . You would have one jar file and some jsps and faces-custom file. contact me if you like to see them online.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 07:37:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-delete-many-files-at-once/m-p/242172#M195302</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-04-16T07:37:15Z</dc:date>
    </item>
  </channel>
</rss>

