Interface | osid.resource.Bin | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
An inventory defines a collection of resources. | ||
Method | getBinRecord | ||
Description |
Gets the bin record corresponding to the given | ||
Parameters | osid.type.Type | binRecordType | the bin record type |
Return | osid.resource.records.BinRecord | the bin record | |
Errors | NULL_ARGUMENT | binRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(binRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |