Interface | osid.resource.BinSearchOrder | ||
---|---|---|---|
Implements | osid.OsidCatalogSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getBinSearchOrderRecord | ||
Description |
Gets the bin search record corresponding to the given
bin record | ||
Parameters | osid.type.Type | binRecordType | a bin record type |
Return | osid.resource.records.BinSearchOrderRecord | the bin search order record | |
Errors | NULL_ARGUMENT | binRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(binRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |