OSID Logo
OSID Specifications
blogging package
Version 3.1.0
Interfaceosid.blogging.BlogSearch
Implementsosid.OsidSearch
Used Byosid.blogging.BlogSearchSession
Description

The interface for governing blog searches.

MethodsearchAmongBlogs
Description

Execute this search among the given list of blogs.

Parametersosid.id.IdListblogIds list of blogs
ErrorsNULL_ARGUMENT blogIds is null
Compliancemandatory This method must be implemented.
MethodorderBlogResults
Description

Specify an ordering to the search results.

Parametersosid.blogging.BlogSearchOrderblogSearchOrder blog search order
ErrorsNULL_ARGUMENT blogSearchOrder is null
UNSUPPORTED blogSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetBlogSearchRecord
Description

Gets the blog search record corresponding to the given blog search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeblogSearchRecordType a blog search record type
Returnosid.blogging.records.BlogSearchRecord the blog search record
ErrorsNULL_ARGUMENT blogSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(blogSearchRecordType) is false
Compliancemandatory This method must be implemented.