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

The search interface for governing offering constrainer enabler searches.

MethodsearchAmongOfferingConstrainerEnablers
Description

Execute this search among the given list of offering constrainer enablers.

Parametersosid.id.IdListofferingConstrainerEnablerIdslist of offering constrainer enablers
ErrorsNULL_ARGUMENT offeringConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderOfferingConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.offering.rules.OfferingConstrainerEnablerSearchOrderofferingConstrainerEnablerSearchOrderoffering constrainer enabler search order
ErrorsNULL_ARGUMENT offeringConstrainerEnablerSearchOrder is null
UNSUPPORTED offeringConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetOfferingConstrainerEnablerSearchRecord
Description

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

Parametersosid.type.TypeofferingConstrainerEnablerSearchRecordTypean offering constrainer enabler search record type
Returnosid.offering.rules.records.OfferingConstrainerEnablerSearchRecordthe offering constrainer enabler search record
ErrorsNULL_ARGUMENT offeringConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(offeringConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.