OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.sequencing.AntimatroidSearchOrder
Implementsosid.OsidCatalogSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetAntimatroidSearchOrderRecord
Description

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

Parametersosid.type.TypeantimatroidRecordTypean antimatroid record type
Returnosid.sequencing.records.AntimatroidSearchOrderRecordthe antimatroid search order record
ErrorsNULL_ARGUMENT antimatroidRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(antimatroidRecordType) is false
CompliancemandatoryThis method must be implemented.