%Atelier.v1.Utils.LazyIndex
Class %Atelier.v1.Utils.LazyIndex 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, pGen As %String, pOth As %String, pUpToDate As %Boolean) As %Status [ Private, ServerOnly = 1 ]
%ToJSON
Method %ToJSON(Output outstr) As %String