Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

EnsPortal.Util.ManagedAlertCriteria

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

Criteria specifically used by the Managed Alert Viewer.

Property Inventory

Method Inventory

Properties

property AlertGroup as %String (MAXLEN = 256);
Property methods: AlertGroupDisplayToLogical(), AlertGroupGet(), AlertGroupIsValid(), AlertGroupLogicalToDisplay(), AlertGroupLogicalToOdbc(), AlertGroupNormalize(), AlertGroupSet()
property CurrentOwner as %String (MAXLEN = 128);
Property methods: CurrentOwnerDisplayToLogical(), CurrentOwnerGet(), CurrentOwnerIsValid(), CurrentOwnerLogicalToDisplay(), CurrentOwnerLogicalToOdbc(), CurrentOwnerNormalize(), CurrentOwnerSet()
property IncludeUnassigned as %Boolean [ InitialExpression = 0 ];
Property methods: IncludeUnassignedDisplayToLogical(), IncludeUnassignedGet(), IncludeUnassignedIsValid(), IncludeUnassignedLogicalToDisplay(), IncludeUnassignedNormalize(), IncludeUnassignedSet()
property IsOpen as %Boolean [ InitialExpression = 1 ];
Property methods: IsOpenDisplayToLogical(), IsOpenGet(), IsOpenIsValid(), IsOpenLogicalToDisplay(), IsOpenNormalize(), IsOpenSet()
property MaxEscalationLevel as %Integer;
Property methods: MaxEscalationLevelDisplayToLogical(), MaxEscalationLevelGet(), MaxEscalationLevelIsValid(), MaxEscalationLevelLogicalToDisplay(), MaxEscalationLevelNormalize(), MaxEscalationLevelSet()
property MinEscalationLevel as %Integer;
Property methods: MinEscalationLevelDisplayToLogical(), MinEscalationLevelGet(), MinEscalationLevelIsValid(), MinEscalationLevelLogicalToDisplay(), MinEscalationLevelNormalize(), MinEscalationLevelSet()
property PageSize as %Integer (MINVAL = 0) [ InitialExpression = 50 ];
Property methods: PageSizeDisplayToLogical(), PageSizeGet(), PageSizeIsValid(), PageSizeLogicalToDisplay(), PageSizeNormalize(), PageSizeSet()
property SortOrder as %Integer (DISPLAYLIST = ",Newest First,Oldest First,Most Escalated First,Least Escalated First", VALUELIST = ",0,1,2,3") [ InitialExpression = 0 ];
Property methods: SortOrderDisplayToLogical(), SortOrderGet(), SortOrderIsValid(), SortOrderLogicalToDisplay(), SortOrderNormalize(), SortOrderSet()

Methods

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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab