OSID Logo
OSID Specifications
resource package
Version 3.0.0
Release Candidate Preview
Interfaceosid.resource.Bin
Implementsosid.OsidCatalog
Description

An inventory defines a collection of resources.

MethodgetBinRecord
Description

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

Parametersosid.type.TypebinRecordTypethe bin record type
Returnosid.resource.records.BinRecordthe bin record
ErrorsNULL_ARGUMENT binRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(binRecordType) is false
CompliancemandatoryThis method must be implemented.