abstract class EnsPortal.Util.AbstractSearchCriteria
Base class for search criteria in the Portal.
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 ];