Class AlarmDaoImpl

  • All Implemented Interfaces:
    org.opennms.integration.api.v1.dao.AlarmDao

    public class AlarmDaoImpl
    extends java.lang.Object
    implements org.opennms.integration.api.v1.dao.AlarmDao
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getAlarmCount()  
      java.util.List<org.opennms.integration.api.v1.model.Alarm> getAlarms()  
      java.util.Optional<org.opennms.integration.api.v1.model.Alarm> getAlarmWithHighestSeverity​(org.opennms.integration.api.v1.graph.NodeRef nodeRef)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAlarmCount

        public java.lang.Long getAlarmCount()
        Specified by:
        getAlarmCount in interface org.opennms.integration.api.v1.dao.AlarmDao
      • getAlarms

        public java.util.List<org.opennms.integration.api.v1.model.Alarm> getAlarms()
        Specified by:
        getAlarms in interface org.opennms.integration.api.v1.dao.AlarmDao
      • getAlarmWithHighestSeverity

        public java.util.Optional<org.opennms.integration.api.v1.model.Alarm> getAlarmWithHighestSeverity​(org.opennms.integration.api.v1.graph.NodeRef nodeRef)
        Specified by:
        getAlarmWithHighestSeverity in interface org.opennms.integration.api.v1.dao.AlarmDao