Interface AlarmDocumentFactory

    • Method Detail

      • createAlarmDocumentForDelete

        AlarmDocumentDTO createAlarmDocumentForDelete​(int alarmId,
                                                      java.lang.String reductionKey)
        Creates a DTO representing an alarm delete for the given alarm Id/reduction key.
        Parameters:
        alarmId - the alarm Id
        reductionKey - the alarm reduction key
        Returns:
        a DTO representing a delete for the given alarm Id/reduction key