%SYS
Component Class Reference

<class>Component</class> is a superclass of all types of components discoverable in an inventory scan. More...

Inheritance diagram for Component:
Collaboration diagram for Component:

Public Attributes

 Name
 The name of this component, which distinguishes it from other components of the same type. More...
 
 ParentComponent
 The parent component of this component. More...
 
 Scan
 The <class>Scan</class> which found this component. More...
 
 SubComponents
 The subcomponents of this component. More...
 

Static Public Attributes

 XMLNAME = None
 The element name used in the XML representation of the component.
 
 XMLTYPE = None
 The identifier used to distinguish the type of this component in the XML representation.
 

Detailed Description

<class>Component</class> is a superclass of all types of components discoverable in an inventory scan.

A component represents a named object in a system installation such as a file, database or routine.

Components maintain a relationship with an optional parent component and any sub-components. For example, files are subcomponents of directories.

Component data is stored in the SYS database, and may be exported into an XML representation.

Member Data Documentation

◆ Name

Name

The name of this component, which distinguishes it from other components of the same type.

 

◆ ParentComponent

ParentComponent

The parent component of this component.

 

◆ Scan

The <class>Scan</class> which found this component.

 

◆ SubComponents

SubComponents

The subcomponents of this component.