public class IltNewAlarmSummaryFunction extends IltAbstractAlarmSummaryFunction
label: '@|newAlarmSummary()'; // Equivalent to "Default" label: '@|newAlarmSummary("Default")'; // Raw alarms or traps label: '@|newAlarmSummary("Impact")'; // Impact alarms label: '@|newAlarmSummary("Raw.Major")'; // Consider only raw major alarms label: '@|newAlarmSummary("Impact.MajorHigh")'; // Consider only impact major high alarms
Optionally, a second argument can be passed to this function when retrieving the summary information for raw alarms, impact alarms or traps. This argument indicates that the summary representation shall be created using the alarm severity abbreviation or the alarm severity description. By default, the alarm severity description is used.
label: '@|newAlarmSummary("Default", "Abbreviation")'; label: '@|newAlarmSummary("Impact", "Description")';
The returned value is a string listing the number of new alarms for each severity.
Constructor and Description |
---|
IltNewAlarmSummaryFunction()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Retrieves the name of the function.
|
call, getDelimiters, returnDelimitersAsToken
public String getName()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.