OSID Logo
OSID Specifications
osid package
Version 3.0.0
Release Candidate Preview
Interfaceosid.OsidCompendiumSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidSubjugateableSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByStartDate
Description

Specifies a preference for ordering the result set by the start date.

Parametersosid.SearchOrderStylestylethe search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByEndDate
Description

Specifies a preference for ordering the result set by the end date.

Parametersosid.SearchOrderStylestylethe search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByInterpolated
Description

Specifies a preference for ordering the result set by interpolated results.

Parametersosid.SearchOrderStylestylethe search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.
MethodorderByExtrapolated
Description

Specifies a preference for ordering the result set by extrapolated results.

Parametersosid.SearchOrderStylestylethe search order style
ErrorsNULL_ARGUMENT style is null
CompliancemandatoryThis method must be implemented.