Interface | osid.configuration.rules.ParameterProcessorSearchOrder | ||
---|---|---|---|
Implements | osid.OsidProcessorSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getParameterProcessorSearchOrderRecord | ||
Description |
Gets the parameter processor search order record
corresponding to the given parameter processor record
| ||
Parameters | osid.type.Type | parameterProcessorRecordType | a parameter processor record type |
Return | osid.configuration.rules.records.ParameterProcessorSearchOrderRecord | the parameter processor search order record | |
Errors | NULL_ARGUMENT | parameterProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(parameterProcessorRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |