InstallableSummary (provisioningNiagara-InstallableSummary)
This component facilitates the creation of a list of software files under the !sw directory of the Supervisor host, and displays the files under the SoftwareContainer of the NiagaraNetwork’s ProvisioningNwExt. This container contains all installed software modules, including modules added to the registry after the initial scan. To manage this container you use the Supervisor Software Manager.
Each installable summary contains one or more specification objects for each version in the software registry. Each object is represented as an InstallableSpec component. At station startup, this service starts a thread that scans the software registry and populates the SoftwareContainer.
Direct children of the SoftwareContainer are summary objects (InstallableSummary components) for named, typed software files (for example, file type module named “baja”). For each summary object, there is a specification object (InstallableSpec components) for each version in the registry.
Apart from these summary children, the SoftwareContainer has but a single frozen property: loaded—a boolean slot that indicates if the startup thread has finished scanning the registry (by default, it is hidden).
Your key interface to the SoftwareContainer is its default view: the Supervisor Software Manager.