Previous Topic: LinkSoftwarePackagesToSoftwarePackageGroupNext Topic: OpenSoftwarePackageProcedureGroupList


OpenParentSoftwarePackageProcedureGroupList

The OpenParentSoftwarePackageProcedureGroupList method opens a list of the software package procedure groups that are parent groups of the given software package procedure group.

The method returns the total number of software package procedure groups in the list, and a handle to the list that can be used for further calls to GetParentSoftwarePackageProcedureGroups

All open functions return a list handle and total count of items. The items can be retrieved by using the corresponding Get Methods

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageProcedureGroupId (m)

The UUID of the software package procedure group whose parent groups should be listed.

SoftwarePackageGroupPropertiesRequired softwarePackageProcedureGroupPropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

A numeric handle to a list of software package procedure groups that can be passed to GetParentSoftwarePackageProcedureGroups

xsd:long totalNoOfParentSoftwarePackageGroups

The total number of parent software package procedure groups in the list whose handle has been returned.

Remarks

None

More information:

SoftwarePackageGroupPropertiesRequired