abstract class Ens.Alerting.NotificationOperation
extends Ens.BusinessOperation
Base class that implements some simple helper methods that actual Notification Operations can make use of.
This is a Business Operation class.
parameter SETTINGS = "SystemName:Basic,IncludeUTCTimes:Basic";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property IncludeUTCTimes
as %Boolean [ InitialExpression = 1 ];
Flag to control whether UTC times should be included in the text of notifications addition to the time of the local system.
property InstanceName
as %String [ InitialExpression = ##class(%SYS.System).GetInstanceName() ];
The current instance name.
property SystemName
as %String;
Name of the system for inclusion in notifications sent from this system.
If this value is empty, then the default value will be the value of InstanceName.