Skip to main content

%CSP.UI.Portal.ReportsRenderServer

class %CSP.UI.Portal.ReportsRenderServer extends %CSP.UI.Portal.Template

Management Portal - Create or edit/manage a Reports Render Server.

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = %CSP.UI.Portal.Application;
Class name of application this page belongs to.
parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter CSPURL = /csp/sys/mgr/%CSP.UI.Portal.ReportsRenderServer.zen;
Inherited description: This parameter is used to make sure that if multiple CSP applications are mapped to the same namespace that the CSP engine can correctly identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined in the CSP application) then you can only access this page if the url exactly matches this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter HELPADDRESS = Home,Configuration,Reports Render Servers,New Reports Render Server;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = Reports Render Server;
Displayed name of this page.
parameter PARENTPAGE = /csp/sys/mgr/%CSP.UI.Portal.ReportsRenderServers.zen;
Inherited description: This parameter defines the parent page for this page.
If the name ends in .csp, then the parent is assumed to be an autopage-enabled CSP page.
If the name ends in .cls, then the parent is assumed to be a Zen page.
This is used to automate the construction of the locator bar for this page and to build the index between portal pages and documentation.
The %GetLocatorInfo method is used to get this information.
parameter RECENT = 0;
Inherited description: If true, register visits to this page in the recent list.
parameter RESOURCE = %Admin_Manage;
Security requirement

Properties

property IsEditForm as %Boolean [ InitialExpression = 1 ];
Inherited description: If set to 1 then the generic Save and Cancel button will be shown on the ribbon bar.
Property methods: IsEditFormDisplayToLogical(), IsEditFormGet(), IsEditFormIsValid(), IsEditFormLogicalToDisplay(), IsEditFormLogicalToXSD(), IsEditFormNormalize(), IsEditFormSet(), IsEditFormXSDToLogical()
property IsRunning as %Boolean [ InitialExpression = 0 ];
Is the current render server running
Property methods: IsRunningDisplayToLogical(), IsRunningGet(), IsRunningIsValid(), IsRunningLogicalToDisplay(), IsRunningLogicalToXSD(), IsRunningNormalize(), IsRunningSet(), IsRunningXSDToLogical()
property XEPHOMEValue as %ZEN.Datatype.string [ InitialExpression = ..GetXEPHOMEValue() ];
Property methods: XEPHOMEValueDisplayToLogical(), XEPHOMEValueGet(), XEPHOMEValueIsValid(), XEPHOMEValueLogicalToDisplay(), XEPHOMEValueLogicalToOdbc(), XEPHOMEValueNormalize(), XEPHOMEValueSet()
property isNew as %ZEN.Datatype.boolean (ZENURL = "isNew") [ InitialExpression = 0 ];
Property methods: isNewDisplayToLogical(), isNewGet(), isNewIsValid(), isNewLogicalToDisplay(), isNewLogicalToOdbc(), isNewLogicalToXSD(), isNewNormalize(), isNewSet(), isNewXSDToLogical()
property msgConfirmRunning as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("This Reports Render Server is currently running! In order to edit, you must stop it first.") ];
Property methods: msgConfirmRunningDisplayToLogical(), msgConfirmRunningGet(), msgConfirmRunningIsValid(), msgConfirmRunningLogicalToDisplay(), msgConfirmRunningLogicalToOdbc(), msgConfirmRunningNormalize(), msgConfirmRunningSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
Inherited description: Be sure to do ##super() when overriding.
method %OnGetTitle() as %String
Inherited description: Get the (localized) title string for the page. Subclass can override.
classmethod DefaultConfigFile(pEngine As %String = "FOP") as %String [ ZenMethod ]
classmethod DeleteRenderServer(PID As %String) as %String [ ZenMethod ]
Delete Reports Render Server definition.
method DrawInfo(pSeed As %String) as %Status
Provide additional information below the settings form, according to the button pressed.
method LoadData(PID As %String) as %String
Load values into fields.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.
classmethod SaveData(PID, Name, Server, Port, PingPort, NumThreads, NumPingThreads, Renderer, ConfigFile, LogLevel, LogFile, MaxLogFileSize, LogRotationCount, InitializationTimeout, ConnectionTimeout, InitQueueSize, MemoryThreshold, ThresholdPollingPeriod, JavaHome, JVMArgs) as %ZEN.proxyObject [ ZenMethod ]
Save Reports Render Server definition.
clientmethod browseSelect(name, wildcard) [ Language = javascript ]
User clicked one of the Browse buttons. Save the name of the textfield so that when you return you know which textfield to update.
clientmethod changeLogLevel() [ Language = javascript ]
User changed the log level. Hide log options if no logging was selected.
clientmethod changeRenderer() [ Language = javascript ]
User changed the selected Renderer.
clientmethod checkIsRunning() [ Language = javascript ]
Check if render server is running.
clientmethod deleteServer() [ Language = javascript ]
Delete render server definition and return to the list of render servers.
clientmethod doSave() [ Language = javascript ]
Get user input and send to server to save settings.
clientmethod formValidationHandler() [ Language = javascript ]
Validation handler for form.
clientmethod getPageTitle() as %String [ Language = javascript ]
Get the title string to add to the locator row.
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when the a popup page launched from this page fires an action.
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: Disable save button for EMS-managed pages. Be sure to use this.invokeSuper('onloadHandler',arguments); when overriding.
clientmethod showLog() [ Language = javascript ]
clientmethod showStats() [ Language = javascript ]
clientmethod startServer() [ Language = javascript ]
Start the Render Server.
clientmethod stopServer() [ Language = javascript ]
Stop the Render Server.
clientmethod verify() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab