Interface | osid.hold.BlockSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getBlockSearchOrderRecord | ||
Description |
Gets the block search order record corresponding to the
given block record | ||
Parameters | osid.type.Type | blockRecordType | a block record type |
Return | osid.hold.records.BlockSearchOrderRecord | the block search order record | |
Errors | NULL_ARGUMENT | blockRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(blockRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |