Hi, I need to clear the contents of "Manage Deleted Items". I have tried to change the configuration of the property "protectDays" in "content-services-context.xml" present in alfresco.war, but his did not help. I am using Alfresco Community in my application. Is there any method to auto-delete the contents of "Manage Deleted Items" after a specified number of days.
I was wondering if you found a solution for this or if it come out in a later release. I am searching google for the same thing, found your post, but can't find an answer.
Once you delete the content it will be moved to archive store. Then till the time it is there it will appear in your manage deleted Item list. So what you can do is.
Create your own scheduler which will delete the items from archive store. And configure it in such a way that it will run after certain days you specify.