| Interface | osid.journaling.JournalEntry | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Subjugateable | |||
| Description | 
                 A   | ||
| Method | getBranchId | ||
| Description | 
                     Gets the branch   | ||
| Return | osid.id.Id | the branch  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBranch | ||
| Description | 
                     Gets the branch for this entry.  | ||
| Return | osid.journaling.Branch | the branch | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSourceId | ||
| Description | 
                     Gets the principal   | ||
| Return | osid.id.Id | the source  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getVersionId | ||
| Description | 
                     Gets the version   | ||
| Return | osid.id.Id | the version  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimestamp | ||
| Description | 
                     Gets the   | ||
| Return | osid.calendaring.DateTime | the time of this entry | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description | 
                     Gets the Id of the resource who created this entry.  | ||
| Return | osid.id.Id | the  Resource   Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResource | ||
| Description | 
                     Gets the resource who created this entry.  | ||
| Return | osid.resource.Resource | the  Resource   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgentId | ||
| Description | 
                     Gets the Id of the agent who created this entry.  | ||
| Return | osid.id.Id | the  Agent   Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgent | ||
| Description | 
                     Gets the agent who created this entry.  | ||
| Return | osid.authentication.Agent | the  Agent   | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getJournalEntryRecord | ||
| Description | 
                     Gets the journal entry record corresponding to the 
                    given   | ||
| Parameters | osid.type.Type | journalEntryRecordType | the type of journal entry record to retrieve | 
| Return | osid.journaling.records.JournalEntryRecord | the journal entry record | |
| Errors | NULL_ARGUMENT |  journalEntryRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(journalEntryRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |