OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.Oubliette
Implementsosid.OsidCatalog
Description

A Oubliette represents a collection of blocks.

MethodgetOublietteRecord
Description

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

Parametersosid.type.TypeoublietteRecordTypethe type of oubliette record to retrieve
Returnosid.hold.records.OublietteRecordthe oubliette record
ErrorsNULL_ARGUMENT oublietteRecordType is null
OPERATION_FAILEDunable to complete request
PERMISSION_DENIEDauthorization failure occurred
UNSUPPORTED hasRecordType(oublietteRecordType) is false
CompliancemandatoryThis method must be implemented.