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