OSID Logo
OSID Specifications
blogging package
Version 3.1.0
Interfaceosid.blogging.Entry
Implementsosid.OsidObject
osid.Sourceable
Used Byosid.blogging.EntryAdminSession
osid.blogging.EntryList
osid.blogging.EntryLookupSession
Description

A blog entry.

MethodgetTimestamp
Description

Gets the time of this entry.

Returnosid.calendaring.DateTime the time
Compliancemandatory This method must be implemented.
MethodgetPosterId
Description

Gets the poster Id of this entry.

Returnosid.id.Id the poster resource Id
Compliancemandatory This method must be implemented.
MethodgetPoster
Description

Gets the poster of this entry.

Returnosid.resource.Resource the poster resource
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetPostingAgentId
Description

Gets the posting Id of this entry.

Returnosid.id.Id the posting agent Id
Compliancemandatory This method must be implemented.
MethodgetPostingAgent
Description

Gets the posting of this entry.

Returnosid.authentication.Agent the posting agent
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetSubjectLine
Description

Gets the subject line of this entry.

Returnosid.locale.DisplayText the subject
Compliancemandatory This method must be implemented.
MethodgetSummary
Description

Gets the summary or excerpt of this entry.

Returnosid.locale.DisplayText the summary
Compliancemandatory This method must be implemented.
MethodgetText
Description

Gets the text of the entry.

Returnosid.locale.DisplayText the entry text
Compliancemandatory This method must be implemented.
MethodgetCopyright
Description

Gets the copyright statement for this entry.

Returnosid.locale.DisplayText the copyright statement
Compliancemandatory This method must be implemented.
MethodgetEntryRecord
Description

Gets the record corresponding to the given Entry record Type.This method is used to retrieve an object implementing the requested record. The entryRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(entryRecordType) is true.

Parametersosid.type.TypeentryRecordType the entry record type
Returnosid.blogging.records.EntryRecord the entry record
ErrorsNULL_ARGUMENT entryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(entryRecordType) is false
Compliancemandatory This method must be implemented.