OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.Catalogue
Implementsosid.OsidCatalog
Description

A Catalogue represents a collection of canonical units and offerings. Like all OSID objects, a Catalogue is identified by its Id and any persisted references should use the Id.

MethodgetCatalogueRecord
Description

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

Parametersosid.type.TypecatalogueRecordTypethe type of catalogue record to retrieve
Returnosid.offering.records.CatalogueRecordthe catalogue record
ErrorsNULL_ARGUMENT catalogueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(catalogueRecordType) is false
CompliancemandatoryThis method must be implemented.