| Interface | osid.blogging.Entry | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
osid.Sourceable | |||
| Description |
A blog entry. | ||
| Method | getTimestamp | ||
| Description |
Gets the time of this entry. | ||
| Return | osid.calendaring.DateTime | the time | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPosterId | ||
| Description |
Gets the poster | ||
| Return | osid.id.Id | the poster resource Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoster | ||
| Description |
Gets the poster of this entry. | ||
| Return | osid.resource.Resource | the poster resource | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostingAgentId | ||
| Description |
Gets the posting | ||
| Return | osid.id.Id | the posting agent Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPostingAgent | ||
| Description |
Gets the posting of this entry. | ||
| Return | osid.authentication.Agent | the posting agent | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubjectLine | ||
| Description |
Gets the subject line of this entry. | ||
| Return | osid.locale.DisplayText | the subject | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSummary | ||
| Description |
Gets the summary or excerpt of this entry. | ||
| Return | osid.locale.DisplayText | the summary | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getText | ||
| Description |
Gets the text of the entry. | ||
| Return | osid.locale.DisplayText | the entry text | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCopyright | ||
| Description |
Gets the copyright statement for this entry. | ||
| Return | osid.locale.DisplayText | the copyright statement | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryRecord | ||
| Description |
Gets the record corresponding to the given | ||
| Parameters | osid.type.Type | entryRecordType | the entry record type |
| Return | osid.blogging.records.EntryRecord | the entry record | |
| Errors | NULL_ARGUMENT | entryRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(entryRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |