%ZHSLIB.PackageManager.Developer.GeneralSettings
persistent class %ZHSLIB.PackageManager.Developer.GeneralSettings extends %ZHSLIB.PackageManager.Developer.AbstractSettings
SQL Table Name: %ZHSLIB_PackageManager_Developer.GeneralSettings
This class contains general package manager settings that are configurable via the Package Manager > Configuration section of the Studio extension.Property Inventory (Including Private)
Parameters
parameter DESCRIPTION = General Package Manager Settings;
A string to show in the grouping of settings for this class
parameter MANAGEDEXTENT = 0;
The MANAGEDEXTENT parameter can be set to 0 (zero) to cause the Extent Manager
to ignore this class. If set to 1 then the Extent Manager will register globals used by
the class and detect collisions. Unmanaged extents (MANAGEDEXTENT = 0) are not checked.
Currently, only classes using default storage (%Storage.Persistent) can be managed.
Properties (Including Private)
property Key as %String [ InitialExpression = "PackageManager" , Required , ReadOnly ];
Property methods: KeyCheck(), KeyDelete(), KeyDisplayToLogical(), KeyExists(), KeyGet(), KeyGetStored(), KeyIsValid(), KeyLogicalToDisplay(), KeyLogicalToOdbc(), KeyNormalize(), KeyOpen(), KeySQLCheckUnique(), KeySQLExists(), KeySQLFindPKeyByConstraint(), KeySQLFindRowIDByConstraint()
property SuppressCompilation as %Boolean [ InitialExpression = 1 ];
Whether to suppress compilation upon clicking the 'Compile' icon.
When compilation is suppressed, clicking the icon will save the file
rather than compile it.
Property methods: SuppressCompilationDisplayToLogical(), SuppressCompilationGet(), SuppressCompilationGetStored(), SuppressCompilationIsValid(), SuppressCompilationLogicalToDisplay(), SuppressCompilationNormalize(), SuppressCompilationSet()
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %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()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- ClearSettingValue()
- GetInMemoryInstance()
- GetSettingType()
- GetSettingValue()
- GetSettingsParameterValue()
- ListSettingsClose()
- ListSettingsExecute()
- ListSettingsFetch()
- SetSettingValue()
- SettingIsDefined()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (%ZHSLIB.PackageManager.Developer.GeneralSettings)
^SYS(ID) |
= | %%CLASSNAME
SuppressCompilation
|