Skip to main content

HS.Test.UI.XMLMessage.Viewer

class HS.Test.UI.XMLMessage.Viewer extends HS.UI.Base

Created using the page template: Default Utility class to show the first Attachement content (item 1 from stream collection) of the inbound HS.Mesage.XMLMesage

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = HS.UI.Application;
Class name of application this page belongs to.
parameter CONTENTTYPE = text/xml;
Inherited description: Specifies the default content type for the page. This can be overriden using the <CSP:CONTENT TYPE=> tag, or by setting the %response.ContentType property in the OnPreHTTP() method. The default value if this parameter is not set is text/html.
parameter DOMAIN;
Domain used for localization.
parameter PAGENAME = XDR Viewer;
Displayed name of this page.
parameter RESOURCE = %HS_TestSuite;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
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.

Properties

property MessageId as %ZEN.Datatype.string (ZENURL = "MSG");
Property methods: MessageIdDisplayToLogical(), MessageIdGet(), MessageIdIsValid(), MessageIdLogicalToDisplay(), MessageIdLogicalToOdbc(), MessageIdNormalize(), MessageIdSet()

Methods

method %DrawHTMLPage(pMobileMode As %Library.Boolean = 0)
Inherited description: Draw html contents of this page. If present, this will invoke the user callback methods: %OnDrawHTMLHead() and %OnDrawHTMLBody().

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab