public interface ChainSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
ChainSearchOrderRecord |
getChainSearchOrderRecord(Type chainRecordType)
Gets the chain search order record corresponding to the given chain
record
Type. |
void |
orderByFifo(SearchOrderStyle style)
Orders the results by the fifo flag.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
void orderByFifo(SearchOrderStyle style)
style
- search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. ChainSearchOrderRecord getChainSearchOrderRecord(Type chainRecordType) throws OperationFailedException
Type.
Multiple retrievals return the same
underlying object.chainRecordType
- a chain record typeNullArgumentException
- chainRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(chainRecordType)
is false
mandatory
- This method must be implemented.