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

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

MethodgetValues
Description

Gets the vakue list resulting from a search.

Returnosid.configuration.ValueListthe value list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetValueQueryInspector
Description

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

Returnosid.configuration.ValueQueryInspectorthe value query inspector
CompliancemandatoryThis method must be implemented.
MethodgetValueSearchResultsRecord
Description

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

Parametersosid.type.TypevalueSearchRecordTypea value search record type
Returnosid.configuration.records.ValueSearchResultsRecordthe value search results record
ErrorsNULL_ARGUMENT valueSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(valueSearchRecordType) is false
CompliancemandatoryThis method must be implemented.