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