Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsPortal] >  [Util] >  [ManagedAlertCriteria]
Private  Storage   

serial class EnsPortal.Util.ManagedAlertCriteria extends %SerialObject, EnsPortal.Util.AbstractSearchCriteria

Criteria specifically used by the Managed Alert Viewer.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 3


Summary

Properties
AlertGroup CurrentOwner EndId EndTime
IncludeUnassigned IsOpen MaxEscalationLevel MinEscalationLevel
PageSize SortOrder Source StartId
StartTime TimeFormat

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 Clear CreateFromProxyObject Load
LogicalToOdbc OdbcToLogical Save


Properties

• property AlertGroup as %String(MAXLEN=256);
• property CurrentOwner as %String(MAXLEN=128);
• property IncludeUnassigned as %Boolean [ InitialExpression = 0 ];
• property IsOpen as %Boolean [ InitialExpression = 1 ];
• property MaxEscalationLevel as %Integer;
• property MinEscalationLevel as %Integer;
• property PageSize as %Integer(MINVAL=0) [ InitialExpression = 50 ];
• property SortOrder as %Integer(DISPLAYLIST=",Newest First,Oldest First,Most Escalated First,Least Escalated First",VALUELIST=",0,1,2,3") [ InitialExpression = 0 ];

Methods

• classmethod Clear() as %Status
• classmethod Load(Output pCriteria As EnsPortal.Util.ManagedAlertCriteria, pIgnoreError As %Boolean = 0) as %Status
• method Save() as %Status


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