Package lumis.portal.activitystream
Interface IActivityUserNotifier
-
- All Known Implementing Classes:
EmailNotifier
,FCMActivityNotifier
@StableMinor(version="16.1", 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: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(ActivityDocument activityDocument, java.util.Collection<UserConfig> users)
Sends a notification tousers
about the activity that has occurred.
-
-
-
Method Detail
-
notify
void notify(ActivityDocument activityDocument, java.util.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
-
-