Library Complex Methods

Library complex methods get information about the library complex as a whole.

getLibraries()

Returns a list of information for each library in the complex.

Used by STA.

Inputs Outputs Roles Errors

None

List of LibraryDto

All

WebServiceException

getLibraryComplex()

Returns information about the library complex.

Used by STA, ACSLS, and WWOPs.

Inputs Outputs Roles Errors

None

LibraryComplexDto

All

WebServiceException

getLibraryComplexCartridges()

Returns a list of cartridges for the entire library complex.

Used by STA, ACSLS, and WWOPs.

Inputs Outputs Roles Errors

CellTypeSelector cellType,

int first,

int count

List of CartridgeDto

All

WebServiceException

getLibraryComplexCells()

Returns a list of cells and their contents for the entire library complex.

Used by STA, ACSLS, and WWOPs.

Inputs Outputs Roles Errors

CellTypeSelector cellType,

int first,

int count

List of CellDto

All

WebServiceException

getLibraryComplexDevices()

Returns a list of all devices in the library complex.

Used by STA.

Inputs Outputs Roles Errors

DeviceTypeSelector deviceType,

int first,

int count

List of DeviceDto

All

WebServiceException

getLibraryComplexDrives()

Returns a list of all drives in the library complex.

Used by STA.

Inputs Outputs Roles Errors

int first,

int count

List of DriveDto

All

WebServiceException

getLibraryComplexDriveTrays()

Returns a list of all drives in the library complex.

Used by STA and WWOPs.

Inputs Outputs Roles Errors

int first,

int count

List of DriveTrayDto

All

WebServiceException

getLibraryComplexModules()

Returns a list of modules for the entire library complex.

Used by STA.

Inputs Outputs Roles Errors

None

List of ModuleDto

All

WebServiceException

getLibraryComplexSlots()

Returns a list of device slots in the library complex. If a slot contains a device, the device is also returned.

Used by STA.

Inputs Outputs Roles Errors

DeviceTypeSelector deviceType,

int first,

int count

List of SlotDto

All

WebServiceException