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