Previous Topic: OpenParentSoftwareJobContainerListNext Topic: OpenSoftwareJobContainerList


OpenParentSoftwareJobContainerList3

The OpenParentSoftwareJobContainerList3 method opens a list of the software job containers that are parent containers of the given software job container. The method returns the total number of software package procedure groups in the list, and a handle to the list that you can use for further calls to GetParentSoftwareJobContainers3.

This method also includes the functionality that helps you manage the custom administrator message. The method takes the sequence SoftwareJobContainerPropertiesRequired3. This 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 software job container identifier. If no value is provided, the root container is opened

SoftwareJobContainerPropertiesRequired3 softwareJobContainerPropertiesRequired3 (m)

Specifies the properties that are required when getting a software job container from the list.

Return Values

xsd:long OpenListHandle

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

xsd:long totalNoOfParentSoftwareJobContainers

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

Remarks

None

More information:

SoftwareJobContainerPropertiesRequired3