| Interface | osid.configuration.rules.ParameterProcessorSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | The search interface for governing parameter processor searches. | ||
| Method | searchAmongParameterProcessors | ||
| Description | Execute this search among the given list of parameter processors. | ||
| Parameters | osid.id.IdList | parameterProcessorIds | list of parameter processors | 
| Errors | NULL_ARGUMENT |  parameterProcessorIds is null  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderParameterProcessorResults | ||
| Description | Specify an ordering to the search results. | ||
| Parameters | osid.configuration.rules.ParameterProcessorSearchOrder | parameterProcessorSearchOrder | parameter processor search order | 
| Errors | NULL_ARGUMENT |  parameterProcessorSearchOrder is null  | |
| UNSUPPORTED |  parameterProcessorSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterProcessorSearchRecord | ||
| Description | Gets the parameter processor search 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.ParameterProcessorSearchRecord | the parameter processor search record | |
| Errors | NULL_ARGUMENT |  parameterProcessorSearchRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(parameterProcessorSearchRecordType) is 
false  | ||
| Compliance | mandatory | This method must be implemented. | |