Previous Topic: GetSoftwarePackageProcedureDependenciesNext Topic: Software Package Procedures


OpenSoftwarePackageProcedureDependencyList

The OpenSoftwarePackageProcedureDependencyList opens a list of dependencies for a given software package procedure.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageProcedureId (m)

the UUID identifying the software package procedure whose dependencies should be listed.

SoftwarePackageProcedureDependencyPropertiesRequired softwarePackageProcedureDependencyPropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

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

xsd:long totalNoOfSoftwarePackageProcedureDependencies

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

Remarks

This method returns the size of the list, and a handle to the list that can be used with the GetSoftwarePackageProcedureDependencies method.

More information:

SoftwarePackageProcedureDependencyPropertiesRequired