OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ObjectiveSearchResults
Implementsosid.OsidSearchResults
Used Byosid.learning.ObjectiveSearchSession
Description

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

MethodgetObjectives
Description

Gets the objective list resulting from the search.

Returnosid.learning.ObjectiveList the objective list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetObjectiveQueryInspector
Description

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

Returnosid.learning.ObjectiveQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetObjectiveSearchResultsRecord
Description

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

Parametersosid.type.TypeobjectiveSearchRecordType an objective search record type
Returnosid.learning.records.ObjectiveSearchResultsRecord the objective search results record
ErrorsNULL_ARGUMENT objectiveSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasSearchRecordType(objectiveSearchRecordType) is false
Compliancemandatory This method must be implemented.