| Interface | Description |
|---|---|
| FeedGenerator |
Interface for feed generator
|
| FeedGridJob |
Interface for feed grid job
|
| FeedNotifier |
Interface for feed notifier
|
| UserNotifier |
Notifies the given user by sending their activity feed information to their email address (or potentially some other destination)
|
| Class | Description |
|---|---|
| AbstractFeedGenerator |
Implementations of the abstract feed generator component are responsible for generating activity feed entries
|
| AbstractUserNotifier | |
| EmailUserNotifier |
Notifies the given user by sending activity feed information to their registered email address.
|
| FeedGeneratorJob |
Executes scheduled feed generator quartz-job - refer to scheduled-jobs-context.xml
|
| FeedNotifierImpl |
Implementation of the Activity Feed Notifier component
Note: currently implemented to email activities stored in JSON format
|
| FeedNotifierJob |
Executes scheduled feed email notifier quartz-job - refer to scheduled-jobs-context.xml
|
| FeedTaskProcessor |
Responsible for processing the individual task
|
| FeedTaskSplit |
Responsible for splitting the feed task into feed jobs (to be executed locally or on a grid)
|
| JobSettings |
Job settings passed from grid task to grid job
|
| MockUserNotifier |
A test user notifier.
|
| RepoCtx |
Repository context passed from grid task to grid job
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.