Interface UserNotifier
-
- All Known Implementing Classes:
AbstractUserNotifier,EmailUserNotifier,ErrorProneUserNotifier,MockUserNotifier
public interface UserNotifierNotifies the given user by sending their activity feed information to their email address (or potentially some other destination)- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pair<Integer,Long>notifyUser(NodeRef personNodeRef, String subjectText, Object[] subjectParams, Map<String,String> siteNames, String shareUrl, int repeatIntervalMins, String templateNodeRef)
-