Skip to main content

EnsPortal.InterfaceMaps

Management Portal page for displaying the paths a message can take through a production

Property Inventory

Method Inventory

Parameters

parameter CANCANCELSEARCH = 1;
Indicate if can cancel search.
parameter PAGENAME = Interface Maps;
Displayed name of this page
parameter RESOURCE = %Ens_ProductionConfig:READ;
User needs READ permissions on the %Ens_ProductionConfig resource to view this page
parameter SETUPTEMPPORTALNODE = 1;
Indicate if ought to create tempPortalNode when page created. Used by Cancel feature for example.

Properties

property detailsWidth as %ZEN.Datatype.integer (MAXVAL = 0, MINVAL = 0) [ InitialExpression = 0 ];
Inherited description: Value to indicate the percentage of the horizontal screen which should be devoted to the details panel (if it is visible). This is exposed as a client-side property for the layout code to use the value.
Property methods: detailsWidthDisplayToLogical(), detailsWidthGet(), detailsWidthIsValid(), detailsWidthLogicalToDisplay(), detailsWidthLogicalToOdbc(), detailsWidthNormalize(), detailsWidthSet()
property resultsTableId as %ZEN.Datatype.id [ InitialExpression = "table" ];
Inherited description: Id of the results tablePane
Property methods: resultsTableIdDisplayToLogical(), resultsTableIdGet(), resultsTableIdIsValid(), resultsTableIdLogicalToDisplay(), resultsTableIdLogicalToOdbc(), resultsTableIdNormalize(), resultsTableIdSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Show/hide the toggle buttons
classmethod %OnFinishBackgroundTask(pTaskID As %String)
Inherited description: This server-side callback method is called whenever the client calls to monitor the current background task and the task is complete. Typically a subclass uses this to send back JavaScript to update the page.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
classmethod %OnMonitorBackgroundTask(pTaskID As %String, pStatus As %String, pPercentComplete As %Float)
Inherited description: This server-side callback method is called whenever the client calls to monitor the current background task. Typically a subclass uses this to send back JavaScript to update a progress bar.
classmethod DoExportInBackground(filename As %String = "", pSearchTerm As %String = "", pCaseSensitive As %Boolean = 0, pSearchIn As %String = "{""svc"":1,""op"":1,""proc"":1,""rule"":1,""xform"":1}", pCategory As %String = "") as %String [ ZenMethod ]
Save ID values for Resend.
classmethod DownloadStream(pExportTempFilename As %String = "", pDocName) as %String
classmethod DrawStatusCircle(pSeed As %String) as %Status
method DrawText(table As %ZEN.Component.tablePane, name As %ZEN.Datatype.string, seed As %ZEN.Datatype.string) as %Status
method GetErrValue() as %String [ ZenMethod ]
method GetGlobalRef() as %String [ ZenMethod ]
classmethod GetTempFileName(pDocName As %String = "") as %String [ ZenMethod ]
method OnDrawRibbon() as %Status
Add export refresh icon
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.
method RemoveTempData() as %Integer [ ZenMethod ]
Remove Event.
method UpdateProduction() [ ZenMethod ]
clientmethod adjustSizes() [ Language = javascript ]
clientmethod doExportStatus() [ Language = javascript ]
This method calls server method to get current background event log export job status and update the UI Used if auto refresh off
clientmethod doExportToFile(value) [ Language = javascript ]
clientmethod doSearch() [ Language = javascript ]
Inherited description: Invoke a search using values from the search form.
clientmethod exportToFile() [ Language = javascript ]
clientmethod formReset() [ Language = javascript ]
Reset the search form fields to blank
clientmethod onAfterSearch() [ Language = javascript ]
Display error message if there is one
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when a popup page launched from this page fires an action.
clientmethod onSearchHandler() [ Language = javascript ]
Inherited description: Notify subclass that a search is being executed.
clientmethod onlayoutHandler(load) [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod resetMsg() [ Language = javascript ]
Clear error message from above results
clientmethod sequentialView(checkForColClick) [ Language = javascript ]
Bring up dialog for the sequential view
clientmethod updateTermOptions() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab