| Interface | osid.OsidOperableSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidSearchOrder | ||
| Implemented By | osid.course.CourseSearchOrder | ||
osid.course.ActivityUnitSearchOrder | |||
osid.assessment.authoring.AssessmentPartSearchOrder | |||
osid.OsidRuleSearchOrder | |||
osid.OsidGovernatorSearchOrder | |||
osid.journaling.BranchSearchOrder | |||
osid.offering.CanonicalUnitSearchOrder | |||
osid.configuration.ValueSearchOrder | |||
osid.course.program.ProgramSearchOrder | |||
osid.mapping.path.ObstacleSearchOrder | |||
osid.control.ControllerSearchOrder | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | orderByActive | ||
| Description |
Specifies a preference for ordering the result set by the active status. | ||
| Parameters | osid.SearchOrderStyle | style | the search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderByEnabled | ||
| Description |
Specifies a preference for ordering the result set by the administratively enabled status. | ||
| Parameters | osid.SearchOrderStyle | style | the search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderByDisabled | ||
| Description |
Specifies a preference for ordering the result set by the administratively disabled status. | ||
| Parameters | osid.SearchOrderStyle | style | the search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderByOperational | ||
| Description |
Specifies a preference for ordering the results by the operational status. | ||
| Parameters | osid.SearchOrderStyle | style | search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |