Skip to main content

%CSP.UI.Portal.ProcessDetails

class %CSP.UI.Portal.ProcessDetails extends %CSP.UI.Portal.Utils

System Management Portal - System Operations - Process Details page

Property Inventory

Method Inventory

Parameters

parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter CSPURL = /csp/sys/op/%CSP.UI.Portal.ProcessDetails.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,Processes;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter JSINCLUDES = zenCSLM.js;
Comma-separated list of additional JS include files for the page.
parameter PAGENAME = Process Details;
Displayed name of this page.
parameter PARENTPAGE = /csp/sys/op/%CSP.UI.Portal.Processes.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_Operate;
Security requirement

Properties

property %Pane as %CSP.Util.Pane;
Server-side reference to the pane object so that the head and body sections can be added to the page correctly.
Property methods: %PaneGet(), %PaneGetSwizzled(), %PaneIsValid(), %PaneNewObject(), %PaneSet()
property CanBeSuspended as %ZEN.Datatype.boolean [ InitialExpression = "1" ];
Property methods: CanBeSuspendedDisplayToLogical(), CanBeSuspendedGet(), CanBeSuspendedIsValid(), CanBeSuspendedLogicalToDisplay(), CanBeSuspendedLogicalToOdbc(), CanBeSuspendedLogicalToXSD(), CanBeSuspendedNormalize(), CanBeSuspendedSet(), CanBeSuspendedXSDToLogical()
property CanBeTerminated as %ZEN.Datatype.boolean [ InitialExpression = "1" ];
Property methods: CanBeTerminatedDisplayToLogical(), CanBeTerminatedGet(), CanBeTerminatedIsValid(), CanBeTerminatedLogicalToDisplay(), CanBeTerminatedLogicalToOdbc(), CanBeTerminatedLogicalToXSD(), CanBeTerminatedNormalize(), CanBeTerminatedSet(), CanBeTerminatedXSDToLogical()
property DISPLAYID as %String (ZENURL = "DISPLAYID");
display process ID
Property methods: DISPLAYIDDisplayToLogical(), DISPLAYIDGet(), DISPLAYIDIsValid(), DISPLAYIDLogicalToDisplay(), DISPLAYIDLogicalToOdbc(), DISPLAYIDNormalize(), DISPLAYIDSet()
property PID as %String (ZENURL = "PID");
internal process ID
Property methods: PIDDisplayToLogical(), PIDGet(), PIDIsValid(), PIDLogicalToDisplay(), PIDLogicalToOdbc(), PIDNormalize(), PIDSet()
property PrevPID as %String [ InitialExpression = "PrevPID" ];
Property methods: PrevPIDDisplayToLogical(), PrevPIDGet(), PrevPIDIsValid(), PrevPIDLogicalToDisplay(), PrevPIDLogicalToOdbc(), PrevPIDNormalize(), PrevPIDSet()
property ProcessDetailsPage as %String;
this page's link with PID and DISPLAYID
Property methods: ProcessDetailsPageDisplayToLogical(), ProcessDetailsPageGet(), ProcessDetailsPageIsValid(), ProcessDetailsPageLogicalToDisplay(), ProcessDetailsPageLogicalToOdbc(), ProcessDetailsPageNormalize(), ProcessDetailsPageSet()
property ProcessesPage as %String;
parent page link
Property methods: ProcessesPageDisplayToLogical(), ProcessesPageGet(), ProcessesPageIsValid(), ProcessesPageLogicalToDisplay(), ProcessesPageLogicalToOdbc(), ProcessesPageNormalize(), ProcessesPageSet()
property SQL as %Boolean (ZENURL = "SQL");
Whether to display SQL operator details
Property methods: SQLDisplayToLogical(), SQLGet(), SQLIsValid(), SQLLogicalToDisplay(), SQLLogicalToXSD(), SQLNormalize(), SQLSet(), SQLXSDToLogical()
property currTab as %String (ZENURL = "tab");
current tab number
Property methods: currTabDisplayToLogical(), currTabGet(), currTabIsValid(), currTabLogicalToDisplay(), currTabLogicalToOdbc(), currTabNormalize(), currTabSet()
property paneDone as %Boolean;
Flag to indicate whether %Pane's OnDrawHEAD() method has been executed.
Property methods: paneDoneDisplayToLogical(), paneDoneGet(), paneDoneIsValid(), paneDoneLogicalToDisplay(), paneDoneLogicalToXSD(), paneDoneNormalize(), paneDoneSet(), paneDoneXSDToLogical()

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 %OnDrawHTMLHead() as %Status
Add the HEAD section for %Pane and override some CSS styles if HTML5 is enabled. Without these overrides, the font size is calculated to be 0.8px and padding is calculated to be 0 for the header cells..
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
method DrawDetails(pSeed As %String) as %Status
Draw the contents of the diagram header, in the HTMLDashboard style.
method GetDetailPane(pInstance As %CSP.Util.PageInstance) as %CSP.Util.Pane
Set properties for HTMLDashboardPane to draw details.
classmethod GetPIDOBJ(PID) as %String [ ZenMethod ]
method OnDrawRibbon() as %Status
Add to the contents of the tool ribbon.
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 StartResume(PID) as %String [ ZenMethod ]
classmethod StartSuspend(PID, DISPLAYID) as %String [ ZenMethod ]
clientmethod columnSort(currColumn, sortOrder) [ Language = javascript ]
User clicked a column header to sort. Save that so we can come back to it when page is refreshed.
clientmethod doResume() [ Language = javascript ]
clientmethod doSuspend() [ Language = javascript ]
clientmethod doTerminate() [ Language = javascript ]
clientmethod filterChanged(value) [ Language = javascript ]
User entered something in to the filter. Re-load the table with filter value.
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 ]
This is called when the template is first displayed; This provides a chance to load the last filetype, etc.
clientmethod onresizeHandler() [ Language = javascript ]
This client event, if present, is fired when the page is resized.
clientmethod tabChanged(index) [ Language = javascript ]
clientmethod toggleSQL(value) [ Language = javascript ]
When "SQL Operator Mode" is toggled, reload page
clientmethod updateView() [ Language = javascript ]
On auto-refresh, or after Resume or Suspend, reload page with the current tab selected.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab