OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.ActionGroupSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidAggregateableSearchOrder
Used Byosid.control.ActionGroupSearchSession
osid.control.ActionGroupSmartSystemSession
Description

An interface for specifying the ordering of search results.

MethodgetActionGroupSearchOrderRecord
Description

Gets the action group search order record corresponding to the given action group Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypeactionGroupRecordType an action group record type
Returnosid.control.records.ActionGroupSearchOrderRecord the action group search order record
ErrorsNULL_ARGUMENT actionGroupRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(actionGroupRecordType) is false
Compliancemandatory This method must be implemented.