public interface NotificationFilterPreference
NotificationFilterPreference
is nothing else than a combination of those parameters.Modifier and Type | Method and Description |
---|---|
Set<String> |
getEventTypes() |
String |
getFilterName() |
NotificationFilterType |
getFilterType() |
String |
getId() |
Set<NotificationFormat> |
getNotificationFormats() |
String |
getPage() |
String |
getPageOnly() |
String |
getProviderHint() |
Date |
getStartingDate() |
String |
getUser() |
String |
getWiki() |
boolean |
isActive()
A filter preference can either be active or passive.
|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
String getId()
String getFilterName()
String getProviderHint()
NotificationFilterPreferenceProvider
associated with this preference.boolean isEnabled()
boolean isActive()
NotificationFilter
.
On the other hand, a passive (non-active) notification filter should not automatically trigger the retrieval of
notifications.NotificationFilterType getFilterType()
Set<NotificationFormat> getNotificationFormats()
NotificationFormat
for which the filter should be applied.Date getStartingDate()
Set<String> getEventTypes()
String getUser()
String getPageOnly()
String getPage()
String getWiki()
void setEnabled(boolean enabled)
enabled
- if the preference is enabled or notCopyright © 2004–2022 XWiki. All rights reserved.