class Ens.Rule.UI.RuleDocument
extends %Studio.AbstractDocument
Abstract Document used to load Business Rules into Studio.
parameter EXTENSION = ".rul";
method CompileDocument(ByRef qstruct As %String)
as %Status
CompileDocument is called when the document is to be compiled
classmethod Delete(name As %String)
as %Status
Delete the Business Rule name.
classmethod Exists(name As %String)
as %Boolean
Return 1 if the given Rule document exists and 0 if it does not.
method ImportFromXML(stream As %RegisteredObject, flags As %String)
as %Status
Passed a stream containing the XML document, this method should insert this
into the current document. Once this is done the importer will call Save
on the document. This default handler in assumes the export ExportToXML
just wrote the data in a CDATA structure
classmethod LocalizeDescription(ext As %String, ByRef Description As %String(MAXLEN=500))
as %Status
method Save()
as %Status
Save the rule document.
classmethod TranslateExportName(name As %String, ByRef items As %String)
as %Status
Make the XML export export the class instead of this studio document which is only the XData.