Automatic cleanup of delete items

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2013 08:18 AM
Hi all,
i have an alfresco 3.4 and i would try to cleanup the deleted items automatically but i don't find a way to do that.
There is some scheduled action or similar to cleanup the items?
Thanks.
i have an alfresco 3.4 and i would try to cleanup the deleted items automatically but i don't find a way to do that.
There is some scheduled action or similar to cleanup the items?
Thanks.
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2013 10:01 AM
You can use Scheduled Actions and call an Javascript to delete these items. You can do something like this:
<a href="http://aboutalfresco.blogspot.com.br/2010/01/scheduled-actions-in-alfresco.html">http://aboutalfresco.blogspot.com.br/2010/01/scheduled-actions-in-alfresco.html</a>
<a href="http://aboutalfresco.blogspot.com.br/2010/01/scheduled-actions-in-alfresco.html">http://aboutalfresco.blogspot.com.br/2010/01/scheduled-actions-in-alfresco.html</a>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2013 10:50 AM
You can run a scheduled job which will purge the deleted items.
check out this link it gives you more idea
http://wiki.alfresco.com/wiki/Content_Store_Configuration
check out this link it gives you more idea
http://wiki.alfresco.com/wiki/Content_Store_Configuration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2013 05:49 PM
You'll want to use the eagerContentStoreCleaner.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2013 09:39 AM
