Skip to main content

%ZEN.ObjectProjection

class %ZEN.ObjectProjection extends %Projection.AbstractProjection

Projection class used by %ZEN.Component.object classes. This is used to manage post-compilation actions for Zen components.

Method Inventory

Methods

classmethod %QueueClass(pClass As %String, pFlag As %String) as %Status
Add the Zen class, pClass to the post-compilation queue. pFlag is a csv-list indicating what kind of post-compile action are needed:
"schema" - XML schema for Studio needs to be regenerated.
"HTML" - HTML include files (CSS and js) need to be regenerated.
"SVG" - SVG include files (CSS and js) need to be regenerated.
classmethod CreateIncludes(pKey As %String, ByRef pModules As %String, pDisplay As %Boolean = 1) as %Status
classmethod CreateProjection(pClassName As %Library.String, ByRef parameters As %Library.String, modified As %Library.String, qstruct As %Library.String) as %Status
This is called when a component class is compiled.
classmethod EndCompile(qstruct) as %Status
Execute the various post-compilation actions for the Zen library.
classmethod RemoveProjection(pClassName As %Library.String, ByRef parameters As %Library.String, recompile As %Library.Boolean, modified As %Library.String, qstruct As %Library.String) as %Status
This is called when a component class is removed.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab