Previous Topic: OpenSoftwarePackageProcedureGroupListRecursiveNext Topic: OpenSoftwarePackageProcedureList


OpenSoftwarePackageProcedureGroupSoftwarePackageProcedureList

The OpenSoftwarePackageProcedureGroupSoftwarePackageProcedureList method opens a list of the software package procedures that are members of the given software package procedure group.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageProcedureGroupId (m)

The UUID of the software package procedure group whose member procedures should be listed.

SoftwarePackageProcedurePropertiesRequired softwarePackageProcedurePropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

A numeric handle to a list of procedures that can be passed to GetSoftwarePackageProcedureGroupSoftwarePackageProcedures

xsd:long totalNoOfSoftwarePackageProcedures

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

Remarks

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

More information:

SoftwarePackageProcedurePropertiesRequired