OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.OfferingConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.offering.rules.OfferingConstrainerSearchSession
Description

The search interface for governing offering constrainer searches.

MethodsearchAmongOfferingConstrainers
Description

Execute this search among the given list of offering constrainers.

Parametersosid.id.IdListofferingConstrainerIds list of offering constrainers
ErrorsNULL_ARGUMENT offeringConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderOfferingConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.offering.rules.OfferingConstrainerSearchOrderofferingConstrainerSearchOrder offering constrainer search order
ErrorsNULL_ARGUMENT offeringConstrainerSearchOrder is null
UNSUPPORTED offeringConstrainerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetOfferingConstrainerSearchRecord
Description

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

Parametersosid.type.TypeofferingConstrainerSearchRecordType an offering constrainer search record type
Returnosid.offering.rules.records.OfferingConstrainerSearchRecord the offering constrainer search record
ErrorsNULL_ARGUMENT offeringConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(offeringConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.