public interface BlockSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
BlockSearchOrderRecord |
getBlockSearchOrderRecord(Type blockRecordType)
Gets the block search order record corresponding to the given block
record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeBlockSearchOrderRecord getBlockSearchOrderRecord(Type blockRecordType) throws OperationFailedException, PermissionDeniedException
Type. Multiple retrievals return the same
underlying object.blockRecordType - a block record typeNullArgumentException - blockRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(blockRecordType) is false mandatory - This method must be implemented.