HS.Util.Installer.AbstractConfigItemType
abstract class HS.Util.Installer.AbstractConfigItemType extends HS.Util.Installer.ConfigUtils
Method Inventory
Methods
method GetNamespaceAdditionalInfo() as %Library.ListOfObjects
Return any aditional info for this particular HS namespace that is to be exposed
over the "Instance Info" API i.e. the REST resource HS.HC.InstanceConfig.Resource.Namespace.
Usually varies by "Namespace type" i.e. per different subclasses of HS.Util.Installer.ConfigItem.
SHOULD be overridden by subclasses.
MUST use concurrency = 0 when calling methods such as %OpenId() to prevent errors on data in mirrored databases.
MUST not do any locking on globals that are in mirrored database to prevent errors.
@API.Overrideable
Usually varies by "Namespace type" i.e. per different subclasses of HS.Util.Installer.ConfigItem.
SHOULD be overridden by subclasses.
MUST use concurrency = 0 when calling methods such as %OpenId() to prevent
MUST not do any locking on globals that are in mirrored database to prevent
@API.Overrideable