Interface TextSearchOrder
- All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, Suppliable
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptiongetTextSearchOrderRecord(Type textRecordType) Gets the text search order record corresponding to the given text recordType.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeMethods inherited from interface OsidIdentifiableSearchOrder
orderByIdMethods inherited from interface OsidObjectSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
-
Method Details
-
getTextSearchOrderRecord
Gets the text search order record corresponding to the given text recordType. Multiple retrievals return the same underlying object.- Parameters:
textRecordType- a text record type- Returns:
- the text search order record
- Throws:
NullArgumentException-textRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(textRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-