OSID Logo
OSID Specifications
blogging package
Version 3.1.0
Interfaceosid.blogging.BlogSearchResults
Implementsosid.OsidSearchResults
Used Byosid.blogging.BlogSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetBlogs
Description

Gets the blog list resulting from the search. This is a retrieve-once method. Another list may be created through performing another search.

Returnosid.blogging.BlogList the blog list
ErrorsILLEGAL_STATE the blog list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetBlogQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.blogging.BlogQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetBlogSearchResultsRecord
Description

Gets the blog search results 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.BlogSearchResultsRecord the blog search rsults record
ErrorsNULL_ARGUMENT blogSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(blogSearchRecordType) is false
Compliancemandatory This method must be implemented.