OSID Logo
OSID Specifications
osid package
Version 3.0.0
Release Candidate Preview
Interfaceosid.OsidOperableSearchOrder
Implementsosid.OsidSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByActive
Description

Specifies a preference for ordering the result set by the active status.

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

Specifies a preference for ordering the result set by the administratively enabled status.

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

Specifies a preference for ordering the result set by the administratively disabled status.

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

Specifies a preference for ordering the results by the operational status.

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