OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.Depot
Implementsosid.OsidCatalog
Used Byosid.installation.DepotAdminSession
osid.installation.DepotList
osid.installation.DepotLookupSession
osid.installation.DepotNode
osid.installation.Installation
osid.installation.InstallationPackageAdminSession
osid.installation.InstallationPackageLookupSession
osid.installation.InstallationPackageNotificationSession
osid.installation.InstallationPackageQuerySession
osid.installation.InstallationPackageSmartDepotSession
Description

A depot defines a collection of packages.

MethodgetDepotRecord
Description

Gets the depot record corresponding to the given Depot record Type.This method is used to retrieve an object implementing the requested record. The depotRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(depotRecordType) is true.

Parametersosid.type.TypedepotRecordType a depot record type
Returnosid.installation.records.DepotRecord the depot record
ErrorsNULL_ARGUMENT depotRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(depotRecordType) is false
Compliancemandatory This method must be implemented.