| Interface | osid.control.rules.InputEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getInputEnablers | ||
| Description |
Gets the | ||
| Return | osid.control.rules.InputEnablerList | the input enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInputEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.control.rules.InputEnablerQueryInspector | the input enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInputEnablerSearchResultsRecord | ||
| Description |
Gets the input enabler search results record
corresponding to the given input enabler search record
| ||
| Parameters | osid.type.Type | inputEnablerSearchRecordType | an input enabler search record type |
| Return | osid.control.rules.records.InputEnablerSearchResultsRecord | the input enabler search results record | |
| Errors | NULL_ARGUMENT | inputEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(inputEnablerSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |