public interface OsidContainableSearchOrder extends OsidSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
void |
orderBySequestered(SearchOrderStyle style)
Specifies a preference for ordering the result set by the sequestered
flag.
|
void orderBySequestered(SearchOrderStyle style)
style - the search order styleNullArgumentException - style is
null mandatory - This method must be implemented.