| Interface | osid.configuration.rules.ParameterProcessorSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getParameterProcessors | ||
| Description |
Gets the | ||
| Return | osid.configuration.rules.ParameterProcessorList | the parameter processor list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterProcessorQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.configuration.rules.ParameterProcessorQueryInspector | the parameter processor query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterProcessorSearchResultsRecord | ||
| Description |
Gets the parameter processor search results record
corresponding to the given parameter processor search
record | ||
| Parameters | osid.type.Type | parameterProcessorSearchRecordType | a parameter processor search record type |
| Return | osid.configuration.rules.records.ParameterProcessorSearchResultsRecord | the parameter processor search results record | |
| Errors | NULL_ARGUMENT | parameterProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(parameterProcessorSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |