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
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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()