Skip to main content

%CSP.UI.System.MappingsAPI

abstract class %CSP.UI.System.MappingsAPI

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Defines the main API for working with global/routine/package mappings. This class is used internally by InterSystems IRIS instance management utilities and is not meant to be used by application developers.
The "modified" mappings will only be Activiated when user is ready and clicked the "Save Changes" button.

Method Inventory

Parameters

parameter DOMAIN = %Utility;
Default Localization Domain

Methods

classmethod ClearChangeList(Namespace As %String, pType As %String) as %Status
Remove all items in the change list for this namespace
classmethod HasChanges(Namespace As %String, pType As %String) as %Boolean
Are there changes in the change list?
classmethod SaveChangeList(Namespace As %String, MapType As %String) as %Status
Save items in the Change List
FeedbackOpens in a new tab