Skip to main content

%WebStress.Portal.Run

class %WebStress.Portal.Run extends %WebStress.Portal.standardPage

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = %WebStress.Portal.Application;
Set this to the appropriate application class.
parameter DOMAIN = %WebStress;
Set this to the correct domain.
parameter PAGENAME = Webstress Portal;
Name of this page.

Properties

property MyId as %Integer;
Property methods: MyIdDisplayToLogical(), MyIdGet(), MyIdIsValid(), MyIdLogicalToDisplay(), MyIdNormalize(), MyIdSet(), MyIdXSDToLogical()
property RunDesc as %String (MAXLEN = 200);
Property methods: RunDescDisplayToLogical(), RunDescGet(), RunDescIsValid(), RunDescLogicalToDisplay(), RunDescLogicalToOdbc(), RunDescNormalize(), RunDescSet()
property RunId as %Integer;
Property methods: RunIdDisplayToLogical(), RunIdGet(), RunIdIsValid(), RunIdLogicalToDisplay(), RunIdNormalize(), RunIdSet(), RunIdXSDToLogical()
property Running as %Boolean [ InitialExpression = 0 ];
Property methods: RunningDisplayToLogical(), RunningGet(), RunningIsValid(), RunningLogicalToDisplay(), RunningLogicalToXSD(), RunningNormalize(), RunningSet(), RunningXSDToLogical()
property TestId as %Integer;
Property methods: TestIdDisplayToLogical(), TestIdGet(), TestIdIsValid(), TestIdLogicalToDisplay(), TestIdNormalize(), TestIdSet(), TestIdXSDToLogical()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
This class method callback is called just before the server-side page object is created.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
method GetControlArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method GetRunsArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method Purge(type As %Integer) as %Status [ ZenMethod ]
method Run(testid, state, desc) [ ZenMethod ]
clientmethod controlTimer() [ Language = javascript ]
method getRunId() as %Status [ ZenMethod ]
clientmethod loadRuns() [ Language = javascript ]
clientmethod renderControl() [ Language = javascript ]
clientmethod renderRuns() [ Language = javascript ]
clientmethod runTest(state) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab