Interface | osid.journaling.Journal | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A | ||
Method | getJournalRecord | ||
Description |
Gets the journal record corresponding to the given
| ||
Parameters | osid.type.Type | journalRecordType | the type of journal record to retrieve |
Return | osid.journaling.records.JournalRecord | the journal record | |
Errors | NULL_ARGUMENT | journalRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(journalRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |