Previous Topic: OpenSoftwarePackageGroupSoftwarePackageListNext Topic: SetCatalogSoftwarePackageGroup


OpenSoftwarePackageGroupSoftwarePackageListRecursive

The OpenSoftwarePackageGroupSoftwarePackageListRecursive method opens a list of the software packages that are members of the given software package group, and of any software groups contained within that group, expanding all member groups in the hierarchy recursively.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageGroupId (m)

The UUID of the software package group whose member packages should be recursively listed.

SoftwarePackagePropertiesRequired softwarePackagePropertiesRequired (m)

The properties that will be required when getting a package from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of packages that can be passed to GetSoftwarePackageGroupSoftwarePackagesRecursive

xsd:long totalNoOfSoftwarePackages

The total number of packages in the list whose handle has been returned.

Remarks

The method returns the total number of software packages in the list, and a handle to the list that can be used for further calls to GetSoftwarePackageGroupSoftwarePackages.

More information:

SoftwarePackageGroupPropertiesRequired