|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.web.event.filter.NegativeSeverityFilter
Encapsulates negative severity filtering functionality, that is filtering OUT this value instead of only filtering IN this value.
Field Summary | |
protected int |
severity
|
static java.lang.String |
TYPE
|
Constructor Summary | |
NegativeSeverityFilter(int severity)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns a terse string (including a "=") that describes this filter in such a way to easily be included in an HTTP GET parameter. |
int |
getSeverity()
|
java.lang.String |
getSql()
Returns an expresions for a SQL where clause. |
java.lang.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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String TYPE
protected int severity
Constructor Detail |
public NegativeSeverityFilter(int severity)
Method Detail |
public java.lang.String getSql()
Filter
getSql
in interface Filter
public java.lang.String getDescription()
Filter
Some examples:
getDescription
in interface Filter
public java.lang.String getTextDescription()
Filter
Some examples (corresponding to the examples in
getDescription
):
getTextDescription
in interface Filter
public java.lang.String toString()
public int getSeverity()
public boolean equals(java.lang.Object obj)
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |