Skip to main content

Ens.StudioManager

abstract class Ens.StudioManager

Method Inventory

Methods

classmethod ClassListClose(ByRef qHandle As %Binary) as %Status
classmethod ClassListExecute(ByRef qHandle As %Binary, pCategory As %String = "", pHint As %String = "") as %Status
classmethod ClassListFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod HostListClose(ByRef qHandle As %Binary) as %Status
classmethod HostListExecute(ByRef qHandle As %Binary, pProduction As %String, pCategory As %String = "") as %Status
classmethod HostListFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status

Queries

query ClassList(pCategory As %String = "", pHint As %String = "")
Selects Name As %String, IconType As %Integer
query HostList(pProduction As %String, pCategory As %String)
Selects ConfigName As %String
FeedbackOpens in a new tab