Uses of Class
org.opennms.netmgt.model.OnmsEventCollection
-
Packages that use OnmsEventCollection Package Description org.opennms.smoketest.utils org.opennms.web.rest.v1 -
-
Uses of OnmsEventCollection in org.opennms.smoketest.utils
Methods in org.opennms.smoketest.utils that return OnmsEventCollection Modifier and Type Method Description OnmsEventCollection
RestClient. getEventsForNode(int nodeId)
OnmsEventCollection
RestClient. getEventsForNodeByEventUei(int nodeId, String eventUei)
-
Uses of OnmsEventCollection in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsEventCollection Modifier and Type Method Description OnmsEventCollection
EventRestService. getEvents(javax.ws.rs.core.UriInfo uriInfo)
Returns all the events which match the filter/query in the query parametersOnmsEventCollection
EventRestService. getEventsBetween(javax.ws.rs.core.UriInfo uriInfo)
Returns all the events which match the filter/query in the query parameters
-