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

class %Installer.Component extends %RegisteredObject, %XML.Adaptor

Component manager class

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 10


Summary

Properties
Compatibility List Name Prerequisites Version

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified
%OriginalNamespace %PackageName %RemoveFromSaveSet
%SerializeObject %SetModified %ValidateObject
BuildUpdateINI ComponentVersion ConfigureComponent
GetXDataAsStreamWithSubstitutions InstallComponent InstallUpdateINI
LoadComponentINI UnInstallComponent UnconfigureComponent
UpdateComponentINI XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property Compatibility as list of Component;
Minimum version for other components when installing this component
• property List as list of Component;
List is used to keep track of a list of components
• property Name as %String;
• property Prerequisites as list of Component;
• property Version as %String;

Methods

• classmethod BuildUpdateINI(pFileName="Component_"_$namespace_".ini")
• classmethod ComponentVersion(pDB="", pVersion="") as %Status
Version of the installed Component version
• classmethod ConfigureComponent(pDB="", pNamespace="", pVerbose=0, ByRef pVars) as %Status
Add mappings for a Namespace and additional configuration items
• classmethod GetXDataAsStreamWithSubstitutions(pXData, ByRef pStream) as %Status
• classmethod InstallComponent(pDB="", pVerbose=0, pDev=0) as %Status
Call ##class(Installer.Install).OnInstallComponent in the corresponding database
• classmethod InstallUpdateINI(pFileName="Components.ini", pDirectory=$system.Util.DataDirectory())
• classmethod LoadComponentINI(ByRef pList, pFile="Components.ini", pDirectory=$zu(12)_"utils/") as %Status
• classmethod UnInstallComponent(pDB="", pVerbose=0) as %Status
Call ##class(Installer.Install).OnUnInstallComponent in the corresponding database
• classmethod UnconfigureComponent(pDB="", pNamespace="", pVerbose=0, pPurgeFiles=0, ByRef pVars) as %Status
Remove mappings for a Namespace (to a component)
• classmethod UpdateComponentINI(pComponent As Component, pFile="Components.ini", pDirectory=$zu(12)_"utils/", pFromBuild=0) as %Status


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