%ZHSLIB.PackageManager.Core.InstallContext
class %ZHSLIB.PackageManager.Core.InstallContext extends %ZHSLIB.PackageManager.Core.Singleton
Method Inventory
- GetModuleList()
- GetPendingModuleList()
- ModuleIsDependency()
- ModuleIsPending()
- SetCacheTempIndex()
- SetGraph()
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 SetCacheTempIndex(pIndex As %Integer = "")
method SetGraph(ByRef pDependencyGraph)
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %Get()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()