Skip to main content

SYS.History.Projection

This class is called when ever one of the children of SYS.History.Adaptor is compiled or deleted. It adds the calling class as an embedded object to the SYS.History.User* persistent classes.

Method Inventory

Methods

classmethod CreateProjection(classname As %Library.String, ByRef parameters As %Library.String, modified As %Library.String, qstruct As %Library.String) as %Status
Called at the end of class compilation for the associated class
classmethod RemoveProjection(classname As %Library.String, ByRef parameters As %Library.String, recompile As %Library.Boolean, modified As %Library.String, qstruct As %Library.String) as %Status
Called when the associated class is being recompiled or deleted.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab