public interface QuestionSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
QuestionSearchOrderRecord |
getQuestionSearchOrderRecord(Type questionRecordType)
Gets the question search order record corresponding to the given
question record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeQuestionSearchOrderRecord getQuestionSearchOrderRecord(Type questionRecordType) throws OperationFailedException
Type. Multiple retrievals return the
same underlying object.questionRecordType - a question record typeNullArgumentException - questionRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(questionRecordType) is false
mandatory - This method must be implemented.