serial class EnsPortal.Util.ManagedAlertCriteria
extends %SerialObject, EnsPortal.Util.AbstractSearchCriteria
Criteria specifically used by the Managed Alert Viewer.
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 ];