public class IltHighestAcknowledgedSeverityFunction extends IltAbstractHighestSeverityFunction
severity: '@|highestAcknowledgedSeverity()'; // Equivalent to "Default"
severity: '@|highestAcknowledgedSeverity("Default")'; // Raw alarms or traps
severity: '@|highestAcknowledgedSeverity("Raw")'; // Raw alarms
severity: '@|highestAcknowledgedSeverity("Impact")'; // Impact alarms
severity: '@|highestAcknowledgedSeverity("Raw.Major")'; // Consider only raw major alarms
severity: '@|highestAcknowledgedSeverity("Impact.MajorHigh")'; // Consider only impact major high alarms
Constructor and Description |
---|
IltHighestAcknowledgedSeverityFunction()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Retrieves the name of the function, which is "highestAcknowledgedSeverity".
|
call, getDelimiters, returnDelimitersAsToken
public IltHighestAcknowledgedSeverityFunction()
public String getName()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.