Skip to main content

Ens.AlertRequest

persistent class Ens.AlertRequest extends Ens.Request

SQL Table Name: Ens.AlertRequest

Property Inventory

Properties

property AlertDestination as %String);
Field for designating the external destination of this alert message
Property methods: AlertDestinationDisplayToLogical(), AlertDestinationGet(), AlertDestinationGetStored(), AlertDestinationIsValid(), AlertDestinationLogicalToDisplay(), AlertDestinationLogicalToOdbc(), AlertDestinationNormalize(), AlertDestinationSet()
property AlertText as %String);
Text of the alert message
Property methods: AlertTextDisplayToLogical(), AlertTextGet(), AlertTextGetStored(), AlertTextIsValid(), AlertTextLogicalToDisplay(), AlertTextLogicalToOdbc(), AlertTextNormalize(), AlertTextSet()
property AlertTime as Ens.DataType.UTC [ InitialExpression = $$$timeUTC ];
Time at which the alert was created.
Property methods: AlertTimeDisplayToLogical(), AlertTimeGet(), AlertTimeGetStored(), AlertTimeIsValid(), AlertTimeLogicalToDisplay(), AlertTimeLogicalToOdbc(), AlertTimeNormalize(), AlertTimeOdbcToLogical(), AlertTimeSet(), AlertTimeStorageToLogical(), AlertTimetimeCmp(), AlertTimetimeDiff(), AlertTimetimeLocal(), AlertTimetimeLocaltoUTC(), AlertTimetimeUTC(), AlertTimetimeUTCH(), AlertTimetimeUTCHtoUTC(), AlertTimetimeUTCtoLocal(), AlertTimetimeUTCtoUTCH()
property SessionId as %Integer;
The session in which the Alert occurred.
Property methods: SessionIdDisplayToLogical(), SessionIdGet(), SessionIdGetStored(), SessionIdIsValid(), SessionIdLogicalToDisplay(), SessionIdNormalize(), SessionIdSet(), SessionIdXSDToLogical()
property SourceConfigName as %String (MAXLEN = 128);
Name of the business host that is sending the alert
Property methods: SourceConfigNameDisplayToLogical(), SourceConfigNameGet(), SourceConfigNameGetStored(), SourceConfigNameIsValid(), SourceConfigNameLogicalToDisplay(), SourceConfigNameLogicalToOdbc(), SourceConfigNameNormalize(), SourceConfigNameSet()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: Storage (Ens.AlertRequest)

^Ens.MessageBodyD(ID,"AlertRequest")
=
AlertText
SourceConfigName
AlertDestination
AlertTime
SessionId
FeedbackOpens in a new tab