Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Alerting] >  [Action]
Private  Storage   

serial class Ens.Alerting.Action extends %SerialObject, %XML.Adaptor

Representation of a single action taken by a user to update a ManagedAlert.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Properties
Action ActionTime NewValues OldValues Reason
Username

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %Delete %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Extends %GetParameter
%GetSwizzleObject %IsA %IsModified %IsNull
%New %NormalizeObject %ObjectIsNull %ObjectModified
%OnBeforeAddToSync %OnDetermineClass %Open %OpenId
%OriginalNamespace %PackageName %RemoveFromSaveSet %ResolveConcurrencyConflict
%SerializeObject %SetModified %SyncObjectIn %SyncTransport
%ValidateObject LogicalToOdbc OdbcToLogical XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property Action as Ens.DataType.ManagedAlertAction [ InitialExpression = 0,Required ];
A set of boolean flags indicating what actions were performed as part of the update.
• property ActionTime as Ens.DataType.UTC [ InitialExpression = $$$timeUTC,Required ];
The time at which the action was performed.
• property NewValues as array of %String(MAXLEN=128,XMLITEMNAME="Value",XMLKEYNAME="Property");
A list of key/value pairs for new values that were changed by this action.
• property OldValues as array of %String(MAXLEN=128,XMLITEMNAME="Value",XMLKEYNAME="Property");
A list of key/value pairs for old values that were changed by this action.
• property Reason as %String(MAXLEN=500) [ Required ];
A short text string to indicate what the user actually did.
• property Username as %String(MAXLEN=128) [ InitialExpression = $username,Required ];
The username of the user performing the action.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.