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