Interface | osid.resourcing.rules.AvailabilityEnablerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidEnablerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getAvailabilityEnablerSearchOrderRecord | ||
Description |
Gets the availability enabler search order record
corresponding to the given availability enabler record
| ||
Parameters | osid.type.Type | availabilityEnablerRecordType | an availability enabler record type |
Return | osid.resourcing.rules.records.AvailabilityEnablerSearchOrderRecord | the availability enabler search order record | |
Errors | NULL_ARGUMENT | availabilityEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(availabilityEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |