Skip to main content

%ZHSLIB.PackageManager.Core.InstallContext

class %ZHSLIB.PackageManager.Core.InstallContext extends %ZHSLIB.PackageManager.Core.Singleton

Method Inventory

Parameters

parameter NAMESPACESCOPE = 1;
If set to 1, calls to %Get must return an instance of this class created in the current namespace; a new instance will be created if none exists.

Methods

method GetModuleList() as %List
method GetPendingModuleList() as %List
method ModuleIsDependency(pModuleName As %String) as %Boolean
method ModuleIsPending(pModuleName As %String) as %Boolean
method SetCacheTempIndex(pIndex As %Integer = "")
method SetGraph(ByRef pDependencyGraph)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab