OSID Logo
OSID Specifications
control package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.ActionGroupSearchOrder
Implementsosid.OsidObjectSearchOrder
osid.OsidAggregateableSearchOrder
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.TypeactionGroupRecordTypean action group record type
Returnosid.control.records.ActionGroupSearchOrderRecordthe action group search order record
ErrorsNULL_ARGUMENT actionGroupRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(actionGroupRecordType) is false
CompliancemandatoryThis method must be implemented.