persistent class Ens.Alerting.NotificationRequest
extends %Persistent, %XML.Adaptor
Encapsulate a notification request for the Managed Alert in ManagedAlert.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
property AlertDestinations
as list of %String(MAXLEN="");
List of eventual targets for the notification.
The Notification Operation that handles the request should be able to handle the supplied strings.
property ManagedAlert
as Ens.Alerting.ManagedAlert [ Required ];
The underlying ManagedAlert triggering the notification request.
property NotificationType
as Ens.DataType.AlertNotificationType [ InitialExpression = $$$eAlertNotificationRequest ];
The type of request. It can be for a standard notification, an update or an escalation.