public interface AgendaSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
AgendaSearchOrderRecord |
getAgendaSearchOrderRecord(Type agendaRecordType)
Gets the agenda search order record corresponding to the given agenda
record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeAgendaSearchOrderRecord getAgendaSearchOrderRecord(Type agendaRecordType) throws OperationFailedException, PermissionDeniedException
Type. Multiple retrievals return the same
underlying object.agendaRecordType - an agenda record typeNullArgumentException - agendaRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(agendaRecordType) is false
mandatory - This method must be implemented.