Job Management Partner 1/Asset Information Manager Planning and Setup Guide

[Contents][Glossary][Index][Back][Next]

14.2.4 ComponentInfo (component information)

This class manages component information. Inventory acquired by JP1/Software Distribution 07-00 or later enables you to manage information about Microsoft Office components.

You can import and export this class with the jamimport and jamexport commands, respectively.

You can also specify this class as a search condition when creating a user report.

The following table lists the properties of ComponentInfo.

Table 14-7 Properties of ComponentInfo

Property Key Description Type [maximum length
(bytes)]
Remarks Specification in jamimport
AssetID K Asset ID uint32 This is the ID of the asset.
If you are specifying this information for an import operation, specify the same value as for the corresponding object class InstalledInfo.
M
ComponentName K Component name string[255] This is the name of the component software. M
ComponentVersion K Component version string[60] This is the component version. M
CreationClassName K CCN string[32] This is ComponentInfo. M
InfoInd N Information indicator uint8 See Information indicator.
This indicates the source of the asset information.
R
InstalledID K Installed software ID uint32 This is the installed software ID of the corresponding object class InstalledList.
If you are specifying this information for an import operation, specify the same value as for the corresponding object class InstalledList.
M
ParentSoftwareID K Installed parent software ID string[255] This is the ID of the parent software asset in the component information.
If you are specifying this information for an import operation, specify the same value as for the SoftwareID property of the corresponding object class SoftwareID.
M
UpdateInd N Update indicator uint32 This information is used by the asset management system. Do not update it. O
UpdateTime N Update control string[20] This is the information for controlling concurrent updating. O

Legend:
K: Key property
N: Non-key property
M: Mandatory property during registration (omitting this property results in an error)
R: Property whose specification is recommended during new registration (omitting this property does not result in an error)
O: Optional property

The following table provides details of the property codes.