Interface | osid.journaling.Branch | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Operable | |||
Description |
A | ||
Method | getOriginJournalEntryId | ||
Description |
Gets the journal entry | ||
Return | osid.id.Id | the journal entry Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getOriginJournalEntry | ||
Description |
Gets the journal entry from which this branch was started. | ||
Return | osid.journaling.JournalEntry | the journal entry | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getLatestJournalEntryId | ||
Description |
Gets the latest journal entry | ||
Return | osid.id.Id | the journal entry Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getLatestJournalEntry | ||
Description |
Gets the latest journal entry in this branch. | ||
Return | osid.journaling.JournalEntry | the journal entry | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getBranchRecord | ||
Description |
Gets the branch record corresponding to the given
| ||
Parameters | osid.type.Type | branchRecordType | the branch record type |
Return | osid.journaling.records.BranchRecord | the branch record | |
Errors | NULL_ARGUMENT | branchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(branchRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |