OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Interfaceosid.sequencing.AntimatroidSearch
Implementsosid.OsidSearch
Used Byosid.sequencing.AntimatroidSearchSession
Description

The search interface for governing antimatroid searches.

MethodsearchAmongAntimatroids
Description

Execute this search among the given list of antimatroids.

Parametersosid.id.IdListantimatroidIdslist of antimatroids
ErrorsNULL_ARGUMENTantimatroidIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAntimatroidResults
Description

Specify an ordering to the search results.

Parametersosid.sequencing.AntimatroidSearchOrderantimatroidSearchOrderantimatroid search order
ErrorsNULL_ARGUMENTantimatroidSearchOrder is null
UNSUPPORTEDantimatroidSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetAntimatroidSearchRecord
Description

Gets the antimatroid search record corresponding to the given antimatroid search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeantimatroidSearchRecordTypean antimatroid search record type
Returnosid.sequencing.records.AntimatroidSearchRecordthe antimatroid search record
ErrorsNULL_ARGUMENTantimatroidSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(antimatroidSearchRecordType) is false
CompliancemandatoryThis method must be implemented.