OSID Logo
OSID Specifications
process package
Version 3.0.0
Release Candidate Preview
Interfaceosid.process.StateSearchOrder
Implementsosid.OsidObjectSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetStateSearchOrderRecord
Description

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

Parametersosid.type.TypestateRecordTypea state record type
Returnosid.process.records.StateSearchOrderRecordthe state search order record
ErrorsNULL_ARGUMENT stateRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stateRecordType) is false
CompliancemandatoryThis method must be implemented.