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