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