Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Installer] >  [Manifest]
Private  Storage   

class %Installer.Manifest extends %XGEN.AbstractDocument

Manifest document for a installer manifest.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 2


Summary

Properties
CaptureIO Title children name skipChildren

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%Generate %GenerateCode %GenerateDefaultCode %GetParameter
%Indent %IsA %IsModified %New
%NormalizeObject %ObjectModified %OnGenerateCode %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject GetAttrsForClass GetElementsForClass GetXMLElementsForClass
GetXMLNameForClass IsUpToDate OutputToFile OutputToStream
SchemaToPrefix XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLName2DisplayName XMLName2NameSpace XMLName2ShortName
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter NAMESPACE = "INSTALLER";
This is the XML namespace for INSTALLER documents.
• parameter ROOTCLASSES = "%Installer.Manifest:Manifest";
This is a comma-separated list of the classes whose xml elements can be used as the root level element of a document separated with a ':' and the XML tag name to correlate this with e.g. "User.Person:person,User.Company:company".
• parameter XMLNAME = "Manifest";
This is the XML name of this document.
• parameter XMLNAMESPACE = "INSTALLER";
This is the value to be used for the XMLNamespace keyword for XData blocks containing this type of document.

Properties

• property CaptureIO as %Boolean [ InitialExpression = 0 ];
Enable to capture I/O for logging purposes
• property Title as %String(MAXLEN=512);
Title of this installer manifest


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