OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.sequencing.AntimatroidSearchResults
Implementsosid.OsidSearchResults
Description

This interface provides a means to capture results of a search.

MethodgetAntimatroids
Description

Gets the antimatroid list resulting from a search.

Returnosid.sequencing.AntimatroidListthe antimatroid list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAntimatroidQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.sequencing.AntimatroidQueryInspectorthe antimatroid query inspector
CompliancemandatoryThis method must be implemented.
MethodgetAntimatroidSearchResultsRecord
Description

Gets the antimatroid search results 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.AntimatroidSearchResultsRecordthe antimatroid search results record
ErrorsNULL_ARGUMENT antimatroidSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(antimatroidSearchRecordType) is false
CompliancemandatoryThis method must be implemented.