CSPX.EnsStartStopPage
class CSPX.EnsStartStopPage extends %CSP.Util.AutoPage
CSP Page for starting/stopping an production.Method Inventory (Including Private)
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Methods (Including Private)
classmethod OnPage() as %Status [ Language = objectscript ]
Inherited description: Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod OnPreHTTP() as %Boolean [ Language = objectscript ]
Inherited description: Event handler for PreHTTP event: this is invoked before
the HTTP headers for a CSP page have been sent. All changes to the
%CSP.Response class, such as adding cookies, HTTP headers,
setting the content type etc. must be made from within the OnPreHTTP() method.
Also changes to the state of the CSP application such as changing
%session.EndSession or %session.AppTimeout must be made within the OnPreHTTP() method.
It is prefered that changes to %session.Preserve are also made in the OnPreHTTP() method
as this is more efficient, although it is supported in any section of the page.
Return 0 to prevent OnPage() from being called.
Start a production
classmethod StopProduction(pTimeout, pForce) as %Status [ Language = objectscript ]
Stop a production
classmethod UpdateProduction(pTimeout, pForce) as %Status [ Language = objectscript ]
Update a production
Inherited Members
Inherited Methods (Including Private)
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ChangeNamespace()
- ConvertParameter()
- CreatePageInstance()
- Decrypt()
- DrawAutoLogout()
- DrawBODY()
- DrawFrameBODY()
- DrawFrameLayout()
- DrawFrameSet()
- DrawHEAD()
- DrawHTML()
- DrawShowDoc()
- DrawTitle()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- GetCSPClassName()
- GetDetailPane()
- GetInfoPane()
- GetLocator()
- GetNavigatorPane()
- GetPageName()
- GetTitlePane()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RegisterRecent()
- RewriteURL()
- SetNamespace()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()