| Interface | osid.tracking.LogEntry | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
A | ||
| Method | getAgentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the agent Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAgent | ||
| Description |
Gets the agent. | ||
| Return | osid.authentication.Agent | the agent | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the issue Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssue | ||
| Description |
Gets the issue of this log entry. | ||
| Return | osid.tracking.Issue | the issue | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDate | ||
| Description |
Gets the date of this log entry. | ||
| Return | osid.calendaring.DateTime | the date | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAction | ||
| Description |
Gets the action of this log entry. | ||
| Return | osid.tracking.IssueAction | the issue action | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSummary | ||
| Description |
Gets a summary header for this entry. | ||
| Return | osid.locale.DisplayText | the summary | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMessage | ||
| Description |
Gets the text of this entry. | ||
| Return | osid.locale.DisplayText | the entry text | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLogEntryRecord | ||
| Description |
Gets the log entry record corresponding to the given
| ||
| Parameters | osid.type.Type | logEntryRecordType | the type of log entry record to retrieve |
| Return | osid.tracking.records.LogEntryRecord | the log entry record | |
| Errors | NULL_ARGUMENT | logEntryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(logEntryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |