|
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.vulnerability.filter.NodeFilter
Encapsulates all node filtering functionality.
Field Summary | |
protected int |
nodeId
|
static java.lang.String |
TYPE
|
Constructor Summary | |
NodeFilter(int nodeId)
|
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 |
getNodeId()
|
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 nodeId
Constructor Detail |
public NodeFilter(int nodeId)
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 getNodeId()
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 |