DocBook|Search
Class Reference
%ZEN.Report.Display.controller
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Report] >  [Display] >  [controller]
Private  Storage  

class %ZEN.Report.Display.controller extends common

The controller class has the logic that allows any node or tableOuput to be removed from rendering

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 15


Summary

Properties
composite id ifexpression ifxpath
includeColIfExpression includeColIfXPath includeColUnlessExpression includeColUnlessXPath
unlessexpression

Methods
%%OIDGet %AddToSaveSet %ApplyLevelParameters %ClassIsLatestVersion
%ClassName %ConstructClone %DeclareLevelParameters %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %EndLevel %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%QuoteValue %QuoteValueEmbedded %QuoteValueL10N %RemoveFromSaveSet
%SerializeObject %SetModified %ValidateObject XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType

Subclasses
%ZEN.Report.Display.node %ZEN.Report.Display.tableOutput

Properties

• property ifexpression as %ZEN.Datatype.string;
• property ifxpath as %ZEN.Datatype.string;
• property includeColIfExpression as %ZEN.Datatype.string;
• property includeColIfXPath as %ZEN.Datatype.string;
• property includeColUnlessExpression as %ZEN.Datatype.string;
• property includeColUnlessXPath as %ZEN.Datatype.string;
• property unlessexpression as %ZEN.Datatype.string;

Methods

• classmethod %ApplyLevelParameters(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
• classmethod %DeclareLevelParameters(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
• classmethod %EndLevel(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)