Package lumis.portal.activitystream
Interface IActivityUserNotifier
-
- All Known Implementing Classes:
EmailNotifier
,FCMActivityNotifier
@StableMinor(version="14.2", sinceVersion="8.2") public interface IActivityUserNotifier
An activity notifier is responsible for sending notification about an activity that has been generated to users.- Since:
- 8.2.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(ActivityDocument activityDocument, Collection<UserConfig> users)
Sends a notification tousers
about the activity that has occurred.
-
-
-
Method Detail
-
notify
void notify(ActivityDocument activityDocument, Collection<UserConfig> users) throws PortalException
Sends a notification tousers
about the activity that has occurred.- Parameters:
activityDocument
- the document of the activity that has occurred.users
- the users to receive the notification.- Throws:
PortalException
- Since:
- 8.2.0
-
-