OSID Logo
OSID Specifications
offering package
Version 3.1.0
Interfaceosid.offering.OfferingSearch
Implementsosid.OsidSearch
Used Byosid.offering.OfferingSearchSession
Description

The search interface for governing offering searches.

MethodsearchAmongOfferings
Description

Execute this search among the given list of offerings.

Parametersosid.id.IdListofferingIds list of offerings
ErrorsNULL_ARGUMENT offeringIds is null
Compliancemandatory This method must be implemented.
MethodorderOfferingResults
Description

Specify an ordering to the search results.

Parametersosid.offering.OfferingSearchOrderofferingSearchOrder offering search order
ErrorsNULL_ARGUMENT offeringSearchOrder is null
UNSUPPORTED offeringSearchOrder is not of this service
Compliancemandatory This 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.TypeofferingSearchRecordType an offering search record type
Returnosid.offering.records.OfferingSearchRecord the offering search record
ErrorsNULL_ARGUMENT offeringSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(offeringSearchRecordType) is false
Compliancemandatory This method must be implemented.