OSID Logo
OSID Specifications
sequencing package
Version 3.1.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.IdListantimatroidIds list of antimatroids
ErrorsNULL_ARGUMENT antimatroidIds is null
Compliancemandatory This method must be implemented.
MethodorderAntimatroidResults
Description

Specify an ordering to the search results.

Parametersosid.sequencing.AntimatroidSearchOrderantimatroidSearchOrder antimatroid search order
ErrorsNULL_ARGUMENT antimatroidSearchOrder is null
UNSUPPORTED antimatroidSearchOrder is not of this service
Compliancemandatory This 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.TypeantimatroidSearchRecordType an antimatroid search record type
Returnosid.sequencing.records.AntimatroidSearchRecord the antimatroid search record
ErrorsNULL_ARGUMENT antimatroidSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(antimatroidSearchRecordType) is false
Compliancemandatory This method must be implemented.