Skip to main content

HS.HC.SystemConfig.API.Projection

class HS.HC.SystemConfig.API.Projection extends %Projection.AbstractProjection

Projection for subclasses of HS.HC.SystemConfig.Utils to create corresponding API classes.

Method Inventory

Methods

classmethod CreateProjection(classname As %String, ByRef parameters As %String, modified As %String, qstruct) as %Status
Overridden from super class.
Creates an API class with same method names as the source class classname such that when invoked, the methods are queued up to be run on all mirror members.
classmethod RemoveProjection(classname As %String, ByRef parameters As %String, recompile As %Boolean, modified As %String, qstruct) as %Status
Overridden from super class.
Deletes generated class API class.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab