NotificationsFiltersPreferences
which was mixing system filters and custom filters. You should
now use either CustomNotificationFilterPreference
or SystemNotificationFilterPreference
.@Deprecated public class NotificationFilterPreference extends Object
Constructor and Description |
---|
NotificationFilterPreference(AbstractNotificationsSettingsPage parentPage,
org.openqa.selenium.WebElement webElement,
XWikiWebDriver driver)
Deprecated.
Construct a NotificationFilterPreference.
|
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deprecated.
Delete the filter preference.
|
List<String> |
getEventTypes()
Deprecated.
|
String |
getFilterName()
Deprecated.
|
String |
getFilterType()
Deprecated.
|
List<String> |
getFormats()
Deprecated.
|
String |
getID()
Deprecated.
|
String |
getLocation()
Deprecated.
|
boolean |
isEnabled()
Deprecated.
|
void |
setEnabled(boolean enabled)
Deprecated.
Enable or disable the current filter.
|
String |
toString()
Deprecated.
|
public NotificationFilterPreference(AbstractNotificationsSettingsPage parentPage, org.openqa.selenium.WebElement webElement, XWikiWebDriver driver)
parentPage
- the user profile's page holding the livetable.webElement
- the livetable rowdriver
- the current webdriver in usedpublic String getFilterName()
public String getFilterType()
public List<String> getEventTypes()
public List<String> getFormats()
public boolean isEnabled()
public void setEnabled(boolean enabled) throws Exception
enabled
- either or not the filter must be enabledException
- if the expected state cannot be setpublic String getLocation()
public void delete()
public String getID()
Copyright © 2004–2021 XWiki. All rights reserved.