Previous Topic: OpenSoftwarePackageVolumeElementListNext Topic: SetSoftwarePackageVolume


OpenSoftwarePackageVolumeList

The OpenSoftwarePackageVolumeList opens a list of volumes for a given software package.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageId (m)

The UUID of the software package whose volumes should be listed.

SoftwarePackageVolumePropertiesRequired softwarePackageVolumePropertiesRequired (m)

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

Return Values

xsd:long OpenListHandle

A numeric handle to a list of software package volumes that can be passed to GetSoftwarePackageVolumes

xsd:long totalNoOfSoftwarePackageVolumes

The total number of volumes 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 GetSoftwarePackageVolumes method.

More information:

SoftwarePackageVolumePropertiesRequired

ReadVolumeFile

This Method reads and returns the contents of the volume file if the size of volume file is less than 64KB.

Parameters

xsd:string sessionId

Session Id. Got from the login to the web service.

xsd:string softwarePackageVolumeId

Software package volume id of a volume

xsd:string volumeSubPath

Sub path of a volume file in a volume.

xsd:string volumeFileName

Filename of the volume file to be read.

Return Values

xsd:string fileContents

The file contents of that volume file.