public interface ObjectiveBankSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
ObjectiveBankSearchOrderRecord |
getObjectiveBankSearchOrderRecord(Type objectiveBankRecordType)
Gets the objective bank search order record corresponding to the given
objective bank record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderObjectiveBankSearchOrderRecord getObjectiveBankSearchOrderRecord(Type objectiveBankRecordType) throws OperationFailedException
Type. Multiple retrievals return
the same underlying object.objectiveBankRecordType - an objective bank record typeNullArgumentException - objectiveBankRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(objectiveBankRecordType) is false
mandatory - This method must be implemented.