OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.OfferingSearch
Implementsosid.OsidSearch
Description

The search interface for governing offering searches.

MethodsearchAmongOfferings
Description

Execute this search among the given list of offerings.

Parametersosid.id.IdListofferingIdslist of offerings
ErrorsNULL_ARGUMENT offeringIds is null
CompliancemandatoryThis method must be implemented.
MethodorderOfferingResults
Description

Specify an ordering to the search results.

Parametersosid.offering.OfferingSearchOrderofferingSearchOrderoffering search order
ErrorsNULL_ARGUMENT offeringSearchOrder is null
UNSUPPORTED offeringSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetOfferingSearchRecord
Description

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

Parametersosid.type.TypeofferingSearchRecordTypean offering search record type
Returnosid.offering.records.OfferingSearchRecordthe offering search record
ErrorsNULL_ARGUMENT offeringSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(offeringSearchRecordType) is false
CompliancemandatoryThis method must be implemented.