Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

SYS.Info.Enumerator

class SYS.Info.Enumerator extends %Library.RegisteredObject

This class is used to handle the results of the enumeration of various entities defined within the provider framework such as 'Info Providers','Installations' and 'Applications'

Property Inventory

Method Inventory

Properties

property EnumeratedObjects as list of SYS.Info.Dictionary;
List of objects to which new instances will be appended
Property methods: EnumeratedObjectsBuildValueArray(), EnumeratedObjectsCollectionToDisplay(), EnumeratedObjectsCollectionToOdbc(), EnumeratedObjectsDisplayToCollection(), EnumeratedObjectsGet(), EnumeratedObjectsGetObject(), EnumeratedObjectsGetObjectId(), EnumeratedObjectsGetSwizzled(), EnumeratedObjectsIsValid(), EnumeratedObjectsOdbcToCollection(), EnumeratedObjectsSet(), EnumeratedObjectsSetObject(), EnumeratedObjectsSetObjectId()

Methods

method BeginEnum()
This method is called when information about an instance of a specific type is about to begin
method EndEnum()
This method is called when information about an instance of a specific type has ended
method SetItem(pKey As %String, pValue As %String)
This method is called to provide information in key/value pair format pertaining to the current instance of the type being enumerated

Inherited Members

Inherited Methods

FeedbackOpens in a new tab