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