OSID Logo
OSID Specifications
configuration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.ParameterSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetParameters
Description

Gets the parameter list resulting from a search.

Returnosid.configuration.ParameterListthe parameter list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetParameterQueryInspector
Description

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

Returnosid.configuration.ParameterQueryInspectorthe parameter query inspector
CompliancemandatoryThis method must be implemented.
MethodgetParameterSearchResultsRecord
Description

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

Parametersosid.type.TypeparameterSearchRecordTypea parameter search record type
Returnosid.configuration.records.ParameterSearchResultsRecordthe parameter search results record
ErrorsNULL_ARGUMENT parameterSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(parameterSearchRecordType) is false
CompliancemandatoryThis method must be implemented.