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

abstract class %IPM.General.IConfigurable

Interface for classes that require some level of configuration. SETTINGS and DESCRIPTION are used to dynamically populate %IPM.Extension.ServerMenu.Configuration with all classes that implement IConfigurable.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 8 1


Summary

Methods
ClearSettingValue GetSettingType GetSettingValue ListSettingsClose
ListSettingsExecute ListSettingsFetch SetSettingValue SettingIsDefined

Subclasses
%IPM.General.AbstractSettings %IPM.General.Archive

Parameters

• parameter DESCRIPTION;
A string to show in the grouping of settings for this class
• parameter SETTINGS;
A delimited string in the format: Key:Description[|Key:Description...]

Methods

• abstract classmethod ClearSettingValue(pName As %String) as %Status
Clears value of setting pName
• classmethod GetSettingType(pName As %String) as %String
Returns the datatype of a setting, as one of: boolean, string The default implementation is to always return "string"
• abstract classmethod GetSettingValue(pName As %String) as %String
Clears value of setting pName
• final classmethod ListSettingsClose(ByRef qHandle As %Binary) as %Status
• final classmethod ListSettingsExecute(ByRef qHandle As %Binary) as %Status
• final classmethod ListSettingsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
• abstract classmethod SetSettingValue(pName As %String, pValue As %String) as %Status
Sets setting pName to pValue. Should return an error %Status if pValue is invalid.
• abstract classmethod SettingIsDefined(pName As %String) as %Boolean
Returns true if a value is defined for setting pName.

Queries

• query ListSettings()
Selects Source As %String, SourceDescription As %String, Name As %String, Description As %String, Defined As %Boolean, Value As %String, IsFirstForSource As %Boolean, DataType As %String


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