Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsPortal] >  [PubSub] >  [Domains]
Private  Storage   

class EnsPortal.PubSub.Domains extends %CSP.Util.AutoPage, EnsPortal.PubSub.Utils

PubSub Domains.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 4


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%New %OriginalNamespace %PackageName %SetModified
AddBasicCommands CanEdit 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 OnPage OnPageCSPROOT OnPageError
OnPostHTTP OnPostHyperEvent OnPreHTTP OnPreHyperEvent
Page QuoteJS RegisterRecent RewriteURL
SetNamespace ShowError StartTimer StopTimer
ThrowError UnescapeHTML UnescapeURL


Parameters

• parameter DOMAIN = "Ensemble";
Default Localization Domain
• parameter SECURITYRESOURCE = "%Ens_PubSub:READ";
This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on all of the specified resources in order to view this page.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE. You can also specify or grouping using the '|' character, so 'R1,R2|R3,R3|R4' means you must have resource R1 and one of R2 or R3 and one of R3 or R4. So if you have R1,R3 it will pass, if you have R1,R4 it will not as it does not meet the R2|R3 condition. So the '|' or condition takes precedence over the ',' and condition.
• parameter STYLESHEET = "intersystems.css";
Name of the external style sheet file

Methods

• classmethod GetDetailPane(pInstance As %CSP.Util.PageInstance) as %CSP.Util.Pane [ Language = objectscript ]
Get the detail pane info object
• classmethod GetTitlePane(pInstance As %CSP.Util.PageInstance) as %CSP.Util.Pane [ Language = objectscript ]
Get the title pane info object
• classmethod OnPage() as %Status
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
• classmethod OnPageCSPROOT() as %Boolean


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.