OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.InquiryEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.inquiry.rules.InquiryEnablerSearchSession
Description

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

MethodgetInquiryEnablers
Description

Gets the InquiryEnablerList resulting from a search.

Returnosid.inquiry.rules.InquiryEnablerList the inquiry enabler list
ErrorsILLEGAL_STATE list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetInquiryEnablerQueryInspector
Description

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

Returnosid.inquiry.rules.InquiryEnablerQueryInspector the inquiry enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetInquiryEnablerSearchResultsRecord
Description

Gets the inquiry enabler search results record corresponding to the given inquiry enabler search record Type.This method must be used to retrieve an object implementing the requested record.

Parametersosid.type.TypeinquiryEnablerSearchRecordType an inquiry enabler search record type
Returnosid.inquiry.rules.records.InquiryEnablerSearchResultsRecord the inquiry enabler search results record
ErrorsNULL_ARGUMENT inquiryEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(inquiryEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.