Class FeedNotifierJob
java.lang.Object
org.alfresco.repo.activities.feed.FeedNotifierJob
- All Implemented Interfaces:
org.quartz.Job
Executes scheduled feed email notifier quartz-job - refer to scheduled-jobs-context.xml
- Since:
- 3.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) Calls the feed notifier to do its work
-
Constructor Details
-
FeedNotifierJob
public FeedNotifierJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException Calls the feed notifier to do its work- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-