|
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.EventQueryParms
Convenience data structure for holding the arguments to an event query.
Field Summary | |
EventFactory.AcknowledgeType |
ackType
|
java.util.ArrayList |
filters
|
int |
limit
|
int |
multiple
|
EventFactory.SortStyle |
sortStyle
|
Constructor Summary | |
EventQueryParms()
|
Method Summary | |
Filter[] |
getFilters()
Convert the internal (and useful) ArrayList filters object into an array of Filter instances. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public EventFactory.SortStyle sortStyle
public EventFactory.AcknowledgeType ackType
public java.util.ArrayList filters
public int limit
public int multiple
Constructor Detail |
public EventQueryParms()
Method Detail |
public Filter[] getFilters()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |