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

abstract class EnsPortal.Util.AbstractSearchCriteria

Base class for search criteria in the Portal.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 1


Summary

Properties
EndId EndTime SortOrder Source StartId
StartTime TimeFormat

Methods
CreateFromProxyObject

Subclasses
EnsPortal.Util.ManagedAlertCriteria

Properties

• property EndId as %Integer;
• property EndTime as %TimeStamp;
• property SortOrder as %Integer(DISPLAYLIST=",Newest First,Oldest First",VALUELIST=",0,1") [ InitialExpression = 0 ];
• property Source as %String(MAXLEN=128);
• property StartId as %Integer;
• property StartTime as %TimeStamp;
• property TimeFormat as %Integer(DISPLAYLIST=",Complete,Time Only",VALUELIST=",0,1") [ InitialExpression = 0 ];

Methods

• classmethod CreateFromProxyObject(pProxy As %ZEN.proxyObject, Output pSearchCriteria As EnsPortal.Util.AbstractSearchCriteria) as %Status


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