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