org.opennms.web.notification.filter
Class NotificationIdListFilter
java.lang.Object
org.opennms.web.filter.BaseFilter<T>
org.opennms.web.filter.MultiArgFilter<T>
org.opennms.web.filter.InFilter<Integer>
org.opennms.web.notification.filter.NotificationIdListFilter
- All Implemented Interfaces:
- Filter
public class NotificationIdListFilter
- extends InFilter<Integer>
|
Method Summary |
String |
getTextDescription()
Returns a terse but human-readable string describing this filter in such
a way to easily be included in a search results list. |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
NotificationIdListFilter
public NotificationIdListFilter(Integer[] notificationIds)
NotificationIdListFilter
public NotificationIdListFilter(int[] notificationIds)
getTextDescription
public String getTextDescription()
- Description copied from interface:
Filter
- Returns a terse but human-readable string describing this filter in such
a way to easily be included in a search results list.
Some examples (corresponding to the examples in
getDescription):
- "node=nodelabel_of_node_1"
- "interface=192.168.0.1"
- "severity=Normal"
- "node name containing \"opennms\""
- Specified by:
getTextDescription in interface Filter- Specified by:
getTextDescription in class BaseFilter<Integer>
Copyright © 2009. All Rights Reserved.