Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Abstract Document used to load BPL diagrams into Studio.
|
|
Properties | ||||
---|---|---|---|---|
%Location | AtEnd | Attributes | Code | CompileTime |
Generated | Id | LastModified | LineTerminator | Locked |
Name | Size | TimeStamp | UpToDate |
|
Name of superclass used for documents of this type.
URL to use to get actual editor for Studio to display.
File extension used for this document (e.g., .dtl)
|
Compile this document
Copies the contents of source into this Stream.For example, you can copy oldstream into a new stream:
Set newstream=##class(%GlobalCharacterStream).%New() Do newstream.CopyFrom(oldstream)Returns a
%Status value indicating success or failure.
Return 1 if the given BPL document exists and 0 if it does not.
Export this document to the current device in XML format
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 exportExportToXML just wrote the data in a CDATA structure
Deserialize the BPL Diagram and save it as a BPL class.
This method saves BPL XML to the given class