Interface OsidContainableSearchOrder
- All Superinterfaces:
OsidSearchOrder, Suppliable
- All Known Subinterfaces:
AssessmentPartSearchOrder, CompositionSearchOrder, EventSearchOrder, RecurringEventSearchOrder, ReplySearchOrder, RequisiteSearchOrder, ScheduleSlotSearchOrder, TodoSearchOrder
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptionvoidSpecifies a preference for ordering the result set by the sequestered flag.
-
Method Details
-
orderBySequestered
Specifies a preference for ordering the result set by the sequestered flag.- Parameters:
style- the search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-