mkjsix / alfresco-purge

Alfresco WebScript to empty the trashcan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alfresco-purge

After some time, deleting contents can fill the Alfresco's trashcan and removing nodes manually with the UI can be unpractical (users always forget about this). Alfresco does not actually delete content, but moves deleted nodes into the archive store, which is like a trashcan. Deleted contents can stay there forever, until users decide to clean-up the trashcan. In a big repository this could lead to a huge waste of resources. I need a service I can invoke programmatically to empty the trashcan, for example by scheduling a task with an external job.

The service is implemented as a simple Java-backed Alfresco Web Script.

http://camelcase.blogspot.it/2011/03/purge-alfresco-archived-nodes.html

About

Alfresco WebScript to empty the trashcan.


Languages

Language:Java 100.0%