Skip to main content

Ens.Util.SettingsDocument

class Ens.Util.SettingsDocument extends Ens.SourceControl.DataDocument

Used to load deployable settings documents into Studio. See Ens.Config.DefaultSettings for one use.

Method Inventory

Parameters

parameter EXTENSION = .ESD;
Inherited description: SourceControl Data Document

Methods

classmethod Delete(pName As %String) as %Status
Delete the Default Settings.
classmethod ImportStream(pName As %String, pStream As %GlobalCharacterStream) as %Status
Save the lookup table definition document from stream to global.
classmethod ListExecute(ByRef qHandle As %Binary, Directory As %String = "", Flat As %Boolean = "", System As %Boolean = "") as %Status
classmethod ListFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
method Load() as %Status
Load the Deployable Default Settings into the stream Code irrespective of ProductionName set
classmethod LocalizeDescription(ext As %String, ByRef Description As %String(MAXLEN=500)) as %Status
method Save() as %Status
Save the lookup table definition document.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab