Skip to main content

CSPX.EnsLogFilterForm

class CSPX.EnsLogFilterForm extends %Library.RegisteredObject, CSPX.AutoFormCSP

An autoform for gathering Message Filter info

Property Inventory

Method Inventory

Parameters

parameter FORMCOLUMNS = 3;
Number of columns used to layout forms for this class

Properties

property Alert as %Boolean (CAPTION = "@Ensemble:LTAlert@Alert") [ InitialExpression = 1 ];
Log entry types
Property methods: AlertDisplayToLogical(), AlertGet(), AlertIsValid(), AlertLogicalToDisplay(), AlertNormalize(), AlertSet()
property Assert as %Boolean (CAPTION = "@Ensemble:LTAssert@Assert") [ InitialExpression = 1 ];
Log entry types Log entry types
Property methods: AssertDisplayToLogical(), AssertGet(), AssertIsValid(), AssertLogicalToDisplay(), AssertNormalize(), AssertSet()
property ColorBy as %String (CAPTION = "@Ensemble:ColorBy@Color By", VALUELIST = ",TimeLogged,Job,Session,Source,Method,Text");
Column to color results by
Property methods: ColorByDisplayToLogical(), ColorByGet(), ColorByIsValid(), ColorByLogicalToDisplay(), ColorByLogicalToOdbc(), ColorByNormalize(), ColorBySet()
property EndId as %Integer (CAPTION = "@Ensemble:EndId@End Id");
End ID value
Property methods: EndIdDisplayToLogical(), EndIdGet(), EndIdIsValid(), EndIdLogicalToDisplay(), EndIdNormalize(), EndIdSet()
property EndTime as %String (CAPTION = "@Ensemble:EndTime@End Time");
End date
Property methods: EndTimeDisplayToLogical(), EndTimeGet(), EndTimeIsValid(), EndTimeLogicalToDisplay(), EndTimeLogicalToOdbc(), EndTimeNormalize(), EndTimeSet()
property Error as %Boolean (CAPTION = "@Ensemble:LTError@Error") [ InitialExpression = 1 ];
Log entry types
Property methods: ErrorDisplayToLogical(), ErrorGet(), ErrorIsValid(), ErrorLogicalToDisplay(), ErrorNormalize(), ErrorSet()
property Info as %Boolean (CAPTION = "@Ensemble:LTInfo@Info") [ InitialExpression = 1 ];
Log entry types
Property methods: InfoDisplayToLogical(), InfoGet(), InfoIsValid(), InfoLogicalToDisplay(), InfoNormalize(), InfoSet()
property Job as %Integer (CAPTION = "@Job:Job@Job");
$Job
Property methods: JobDisplayToLogical(), JobGet(), JobIsValid(), JobLogicalToDisplay(), JobNormalize(), JobSet()
property MaxRows as %Integer (CAPTION = "@Ensemble:MaxRows@Max Rows", MINVAL = 1);
Number of rows to display
Property methods: MaxRowsDisplayToLogical(), MaxRowsGet(), MaxRowsIsValid(), MaxRowsLogicalToDisplay(), MaxRowsNormalize(), MaxRowsSet()
property Method as %String (CAPTION = "@Ensemble:Method@Method", MAXLEN = 128);
Source method
Property methods: MethodDisplayToLogical(), MethodGet(), MethodIsValid(), MethodLogicalToDisplay(), MethodLogicalToOdbc(), MethodNormalize(), MethodSet()
property SessionId as %Integer (CAPTION = "@Ensemble:SessionId@Session Id");
Session ID
Property methods: SessionIdDisplayToLogical(), SessionIdGet(), SessionIdIsValid(), SessionIdLogicalToDisplay(), SessionIdNormalize(), SessionIdSet()
property SortOrder as %String (CAPTION = "@Ensemble:SortOrder@Sort Order", DISPLAYLIST = ",Oldest First,Newest First", VALUELIST = ",1,2") [ InitialExpression = 2 ];
How to sort data
Property methods: SortOrderDisplayToLogical(), SortOrderGet(), SortOrderIsValid(), SortOrderLogicalToDisplay(), SortOrderLogicalToOdbc(), SortOrderNormalize(), SortOrderSet()
property Source as %String (CAPTION = "@Ensemble:Source@Source", MAXLEN = 128);
Source class
Property methods: SourceDisplayToLogical(), SourceGet(), SourceIsValid(), SourceLogicalToDisplay(), SourceLogicalToOdbc(), SourceNormalize(), SourceSet()
property StartId as %Integer (CAPTION = "@Ensemble:StartId@Start Id");
Starting ID value
Property methods: StartIdDisplayToLogical(), StartIdGet(), StartIdIsValid(), StartIdLogicalToDisplay(), StartIdNormalize(), StartIdSet()
property StartTime as %String (CAPTION = "@Ensemble:StartTime@Start Time");
Starting date
Property methods: StartTimeDisplayToLogical(), StartTimeGet(), StartTimeIsValid(), StartTimeLogicalToDisplay(), StartTimeLogicalToOdbc(), StartTimeNormalize(), StartTimeSet()
property Text as %String (CAPTION = "@Ensemble:Text@Text", MAXLEN = 128);
Text
Property methods: TextDisplayToLogical(), TextGet(), TextIsValid(), TextLogicalToDisplay(), TextLogicalToOdbc(), TextNormalize(), TextSet()
property TimeFormat as %String (CAPTION = "@Ensemble:TimeFormat@Time Format", DISPLAYLIST = ",Time Only,Complete", VALUELIST = ",12,999") [ InitialExpression = 999 ];
Time format
Property methods: TimeFormatDisplayToLogical(), TimeFormatGet(), TimeFormatIsValid(), TimeFormatLogicalToDisplay(), TimeFormatLogicalToOdbc(), TimeFormatNormalize(), TimeFormatSet()
property Trace as %Boolean (CAPTION = "@Ensemble:LTTrace@Trace") [ InitialExpression = 1 ];
Log entry types
Property methods: TraceDisplayToLogical(), TraceGet(), TraceIsValid(), TraceLogicalToDisplay(), TraceNormalize(), TraceSet()
property Warning as %Boolean (CAPTION = "@Ensemble:LTWarning@Warning") [ InitialExpression = 1 ];
Log entry types
Property methods: WarningDisplayToLogical(), WarningGet(), WarningIsValid(), WarningLogicalToDisplay(), WarningNormalize(), WarningSet()

Methods

classmethod CreateInstance(ByRef pID As %String) as %CSP.Util.AutoForm
Inherited description: Create an instance of the AutoForm object using the provided ID value(s). This is overridden by subclasses.
The default implementation will perform an OpenId if the AutoForm is a persistent object.
classmethod OnDefineButtons(ByRef pButtons As %CSP.Util.FormButton)
define buttons
method OnSubmit(ByRef pID As %String, pSubmit As %String) as %Status
Inherited description: This callback is called when this form is submitted. pID is the ID value associated with the form. The default implementation will perform a Save if the AutoForm is a persistent object.
pSubmit is the name of the submit button (i.e., $AUTOFORM_SAVE).
classmethod cleanReqData(pContextOnly As %Boolean = 0)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab