OSID Logo
OSID Specifications
offering package
Version 3.0.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.IdListofferingIdslist of offerings
ErrorsNULL_ARGUMENTofferingIds is null
CompliancemandatoryThis method must be implemented.
MethodorderOfferingResults
Description

Specify an ordering to the search results.

Parametersosid.offering.OfferingSearchOrderofferingSearchOrderoffering search order
ErrorsNULL_ARGUMENTofferingSearchOrder is null
UNSUPPORTEDofferingSearchOrder 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_ARGUMENTofferingSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(offeringSearchRecordType) is false
CompliancemandatoryThis method must be implemented.