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.
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.
Deletes generated class API class.
Inherited Members
Inherited Methods
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- AddToManifest()
- EndCompile()
- QueueClass()
- RemoveFromManifest()
- RemoveFromQueue()
- SetQueueFlag()
- getDefaultParam()
- getROOTDIR()