Interface | osid.inquiry.rules.InquiryEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getInquiryEnablers | ||
Description |
Gets the | ||
Return | osid.inquiry.rules.InquiryEnablerList | the inquiry enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getInquiryEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.inquiry.rules.InquiryEnablerQueryInspector | the inquiry enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getInquiryEnablerSearchResultsRecord | ||
Description |
Gets the inquiry enabler search results record
corresponding to the given inquiry enabler search record
| ||
Parameters | osid.type.Type | inquiryEnablerSearchRecordType | an inquiry enabler search record type |
Return | osid.inquiry.rules.records.InquiryEnablerSearchResultsRecord | the inquiry enabler search results record | |
Errors | NULL_ARGUMENT | inquiryEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(inquiryEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |