Interface TargetableNotificationPreference
-
- All Superinterfaces:
NotificationPreference
public interface TargetableNotificationPreference extends NotificationPreference
A notification preference can (most of the time) be targeted to a certain user, group or wiki. A preference using this comportment can implement the following interface.- Since:
- 9.7RC1
- Version:
- $Id: b595279fdaab6d2be7c4f35c6326824092db1084 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.xwiki.model.reference.EntityReference
getTarget()
-
Methods inherited from interface org.xwiki.notifications.preferences.NotificationPreference
getCategory, getFormat, getProperties, getProviderHint, getStartDate, isNotificationEnabled
-
-