Class FeedCleanupJob
- java.lang.Object
-
- org.alfresco.repo.activities.feed.cleanup.FeedCleanupJob
-
- All Implemented Interfaces:
org.quartz.Job
public class FeedCleanupJob extends java.lang.Object implements org.quartz.JobExecutes scheduled feed cleaner quartz-job - refer to scheduled-jobs-context.xml
-
-
Constructor Summary
Constructors Constructor Description FeedCleanupJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext context)Calls the feed cleaner to do its work
-