| Interface | osid.cataloging.Catalog | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Description |
A | ||
| Method | getCatalogRecord | ||
| Description |
Gets the catalog record corresponding to the given
| ||
| Parameters | osid.type.Type | catalogRecordType | a type of the record to retrieve |
| Return | osid.cataloging.records.CatalogRecord | the catalog record | |
| Errors | NULL_ARGUMENT | catalogRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(catalogRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |