| Interface | osid.OsidEffectuatorSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Implemented By | osid.authorization.rules.AuthorizationEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | orderByCreateOnce | ||
| Description |
Specifies a preference for ordering the results by the create once flag. | ||
| Parameters | osid.SearchOrderStyle | style | search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderByMinimumContinuityGap | ||
| Description |
Specifies a preference for ordering the results by the minimum continuity gap. | ||
| Parameters | osid.SearchOrderStyle | style | search order style |
| Errors | NULL_ARGUMENT | style is null | |
| Compliance | mandatory | This method must be implemented. | |