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