OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.OsidOperableSearchOrder
Implementsosid.OsidSearchOrder
Implemented Byosid.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.

MethodorderByActive
Description

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

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByEnabled
Description

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

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByDisabled
Description

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

Parametersosid.SearchOrderStylestyle the search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByOperational
Description

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

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.