Library Methods

Library methods get information for the cells, devices, and drives within the library.

getCell()

Returns a single cell and its contents.

Used by STA and ACSLS.

Inputs Outputs Roles Errors

long cellId

CellDto

All

WebServiceException

getLibrary()

Returns information for the specified library.

Used by STA, ACSLS, and WWOPs.

Inputs Outputs Roles Errors

long libraryId

LibraryDto

All

WebServiceException

getLibraryDevices()

Returns a list of devices in the specified library.

The list starts at 0. The first parameter allows you to page through the list by providing a different starting element in the list.

Used by WWOPs.

Inputs Outputs Roles Errors

long libraryId

DeviceTypeSelector deviceType,

int first,

int count

List of DeviceDto for the library

All

WebServiceException

getLibraryDrives()

Returns a list of drives in the library.

The list starts at 0. The first parameter allows you to page through the list by providing a different starting element in the list.

Used by STA.

Inputs Outputs Roles Errors

long libraryId

int first,

int count

List of DriveDto for the library

All

WebServiceException