Previous Topic: OpenSoftwareJobContainerListNext Topic: OpenSoftwareJobContainerListRecursive


OpenSoftwareJobContainerList3

The OpenSoftwareJobContainerList3 method opens a list of software job containers. The method returns the total number of software job containers in the list, and a handle to the list that you can use for further calls to GetParentSoftwarePackageGroups.

This method also includes the functionality that helps you manage the custom administrator message. The method takes the sequence SoftwareJobContainerPropertiesRequired3. The sequence uses a parameter to set the requirement for the userMessage field in the retrieved software job container properties.

Parameters

xsd:string sessionId (m)

Specifies the session identifier obtained from the login method of the web service.

xsd:string softwareJobContainerId (m)

Specifies the UUID of the software job container to retrieve.

SoftwareJobContainerPropertiesRequired3 softwareJobContainerPropertiesRequired3 (m)

Specifies which software job container properties to retrieve.

Return Values

xsd:long OpenListHandle

Returns a numeric handle to a list of software job containers that you can pass to GetSoftwareJobContainers.

xsd:long totalNoOfSoftwareJobContainers

Returns the total number of software job containers in the list for which the handle has been returned.

Remarks

None

More information:

SoftwareJobContainerPropertiesRequired3