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 org.alfresco.util.Pair<java.lang.Integer,java.lang.Long>notifyUser(org.alfresco.service.cmr.repository.NodeRef personNodeRef, java.lang.String subjectText, java.lang.Object[] subjectParams, java.util.Map<java.lang.String,java.lang.String> siteNames, java.lang.String shareUrl, int repeatIntervalMins, java.lang.String templateNodeRef)
-
-
-
Method Detail
-
notifyUser
org.alfresco.util.Pair<java.lang.Integer,java.lang.Long> notifyUser(org.alfresco.service.cmr.repository.NodeRef personNodeRef, java.lang.String subjectText, java.lang.Object[] subjectParams, java.util.Map<java.lang.String,java.lang.String> siteNames, java.lang.String shareUrl, int repeatIntervalMins, java.lang.String templateNodeRef)
-
-