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