%Studio.Package
Class %Studio.Package Extends %Persistent [ System = 3 ]
Represent the package information used by the class compiler.
Methods
LockItem
ClassMethod LockItem(name As %String, lock As %Boolean = 1) As %Status
Lock an individual package definition. If lock is true it is locked and if it is false then it is unlocked.
Exists
ClassMethod Exists(name As %String) As %Boolean
Return true if this package information already exists and false otherwise