Interface | osid.checklist.Checklist | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A | ||
Method | getChecklistRecord | ||
Description |
Gets the checklist record corresponding to the given
| ||
Parameters | osid.type.Type | checklistRecordType | the type of checklist record to retrieve |
Return | osid.checklist.records.ChecklistRecord | the checklist record | |
Errors | NULL_ARGUMENT | checklistRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(checklistRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |