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

persistent class %IPM.ExtensionBase.UniversalSettings extends %IPM.General.AbstractSettings

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 2


Summary

Properties
Key MappedSourceControl

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%Get %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%IsNull %KillExtent %KillExtentData %LoadFromMemory
%LockExtent %LockId %New %NormalizeObject
%ObjectIsNull %ObjectModified %Oid %OnBeforeAddToSync
%OnDeleteFinally %OnDetermineClass %OnOpenFinally %OnSaveFinally
%Open %OpenId %OriginalNamespace %PackageName
%PhysicalAddress %PurgeIndices %Reload %RemoveFromSaveSet
%ResolveConcurrencyConflict %RollBack %Save %SaveDirect
%SaveIndices %SerializeObject %SetModified %SortBegin
%SortEnd %SyncObjectIn %SyncTransport %UnlockExtent
%UnlockId %ValidateIndices %ValidateObject %ValidateTable
ClearSettingValue GetSettingType GetSettingValue GetSettingsParameterValue
ListSettingsClose ListSettingsExecute ListSettingsFetch SetSettingValue
SettingIsDefined


Parameters

• parameter DEFAULTGLOBAL = "^IPM.ExtensionBase.UniSettings";

If a persistent class uses %Storage.Persistent then the DEFAULTGLOBAL parameter is used as the default global root for the values of the storage keywords COUNTERLOCATION, DATALOCATION, IDLOCATION, INDEXLOCATION and STREAMLOCATION in the active storage definition. DEFAULTGLOBAL is only used to generate location keyword values that are not already defined. The location value is constructed by adding a location type to the end of DEFAULTGLOBAL. For example, if DEFAULTGLOBAL = "^GL.Account" the compiler will generate DATALOCATION = ^GL.AccountD.

If USEEXTENTSET is true, then DEFAULTGLOBAL is used as the default extent location.


The location types are:
LocationType
COUNTERLOCATIONC
DATALOCATIOND
IDLOCATIOND
INDEXLOCATIONI
STREAMLOCATIONS
• parameter DESCRIPTION = "Universal source control options";
A string to show in the grouping of settings for this class.
• parameter MANAGEDEXTENT = 0;
Other classes may reasonably also map to this global, so don't complain about it.

Properties

• property Key as %String [ InitialExpression = $classname(),ReadOnly ];
An inherited IDKey index on this property means that the default value is used as a subscript under in the storage definition.
• property MappedSourceControl as %Boolean [ InitialExpression = ($Get(^%SYS("SourceControlClass")) = "%IPM.ExtensionBase.Composite") ];
If enabled, source control behavior (including menu item enable/disable) follows mapped resources. That is, if a class is mapped from the default routine database of another namespace that has source control enabled, the source control behavior from that namespace will be used rather than that of the current namespace.


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