Class AlarmDaoImpl

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

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

      • getAlarmCount

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

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

        public 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