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

class %Installer.Setting extends %Installer.Activity

This is a "Setting" activity within a Manifest document. It configures an "Item" in a production by making a call tothe Ens.Production:ApplySettings method.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4


Summary

Properties
Item Setting Target Value name

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


Properties

• property Item as %String(MAXLEN=128) [ Required ];
Item name
• property Setting as %String(MAXLEN=128) [ Required ];
Setting name
• property Target as %String(MAXLEN=128,VALUELIST=",Item,Host,Adapter") [ Required ];
Target name
• property Value as %String(MAXLEN=32000) [ Required ];
Variable value


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