use of org.xwiki.notifications.filters.internal.scope.ScopeNotificationFilterPreference in project xwiki-platform by xwiki.
the class WatchedLocationReference method createExclusiveFilterPreference.
@Override
public NotificationFilterPreference createExclusiveFilterPreference() {
DefaultNotificationFilterPreference preference = createFilterPreference();
preference.setFilterType(NotificationFilterType.EXCLUSIVE);
return new ScopeNotificationFilterPreference(preference, entityReference);
}
Aggregations