Interface IActivityUserNotifier

  • All Known Implementing Classes:
    EmailNotifier, FCMActivityNotifier

    @StableMinor(version="14.0",
                 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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • Method Detail

      • notify

        void notify​(ActivityDocument activityDocument,
                    Collection<UserConfig> users)
             throws PortalException
        Sends a notification to users 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