Timer for the purge of deleted documents

Is there a way to set a timer to have an automatic purge of a deleted document? For eaxample: I transfer document A into the trash now and I want that It will be purge in 10 days.

0 votes

1 answers

1859 views

ANSWER



You can schedule an event using the schedule extension point.

Then you can write a listener for that event using the listener extension point that executes whatever code you want.

0 votes



Thank you, I found the complete and working solution today :) !
06/07/2012