Skip to main content

Ens.Alerting.Context.Notify

persistent class Ens.Alerting.Context.Notify extends %Library.Persistent, %XML.Adaptor

SQL Table Name: Ens_Alerting_Context.Notify

Context for determining where Managed Alert notifications should be sent.

Property Inventory

Method Inventory

Properties

property NotificationRequest as Ens.Alerting.NotificationRequest;
Property methods: NotificationRequestGet(), NotificationRequestGetObject(), NotificationRequestGetObjectId(), NotificationRequestGetSwizzled(), NotificationRequestIsValid(), NotificationRequestNewObject(), NotificationRequestSet(), NotificationRequestSetObject(), NotificationRequestSetObjectId(), NotificationRequestUnSwizzle()
property Notify as %Boolean [ InitialExpression = 1 ];
Property methods: NotifyDisplayToLogical(), NotifyGet(), NotifyIsValid(), NotifyLogicalToDisplay(), NotifyLogicalToXSD(), NotifyNormalize(), NotifyXSDToLogical()
property Targets as list of Ens.Alerting.NotificationTarget;
Property methods: TargetsBuildValueArray(), TargetsCollectionToDisplay(), TargetsCollectionToOdbc(), TargetsDisplayToCollection(), TargetsGet(), TargetsGetObject(), TargetsGetObjectId(), TargetsGetSwizzled(), TargetsIsValid(), TargetsOdbcToCollection(), TargetsSet(), TargetsSetObject(), TargetsSetObjectId()

Methods

method NotifySet(pNotify As %Boolean) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab