Skip to main content

%Atelier.v1.Utils.LazyDocument

Class %Atelier.v1.Utils.LazyDocument Extends %RegisteredObject

This class provides a lazy rendering of a document. For performance reasons, it's best to render one document at a time.

Properties

Args

Property Args As %String;

Methods

%OnNew

Method %OnNew(pName As %String, pDB As %String, pTS As %String, pSC As %Status, pCat As %String, pBinary As %Boolean, pUpToDate As %Boolean) As %Status [ Private, ServerOnly = 1 ]

%ToJSON

Method %ToJSON(Output outstr) As %String