| Interface | osid.journaling.Journal | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Used By | osid.journaling.BranchAdminSession | ||
osid.journaling.BranchLookupSession | |||
osid.journaling.BranchNotificationSession | |||
osid.journaling.BranchQuerySession | |||
osid.journaling.BranchSmartJournalSession | |||
osid.journaling.JournalAdminSession | |||
osid.journaling.JournalEntryAdminSession | |||
osid.journaling.JournalEntryLookupSession | |||
osid.journaling.JournalEntryNotificationSession | |||
osid.journaling.JournalEntryQuerySession | |||
| show 3 more⦠| |||
osid.journaling.JournalList | |||
osid.journaling.JournalLookupSession | |||
osid.journaling.JournalNode | |||
| 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. | |