OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.OfferingConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.offering.rules.OfferingConstrainerEnablerSearchSession
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.IdListofferingConstrainerEnablerIds list of offering constrainer enablers
ErrorsNULL_ARGUMENT offeringConstrainerEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderOfferingConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.offering.rules.OfferingConstrainerEnablerSearchOrderofferingConstrainerEnablerSearchOrder offering constrainer enabler search order
ErrorsNULL_ARGUMENT offeringConstrainerEnablerSearchOrder is null
UNSUPPORTED offeringConstrainerEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypeofferingConstrainerEnablerSearchRecordType an offering constrainer enabler search record type
Returnosid.offering.rules.records.OfferingConstrainerEnablerSearchRecord the offering constrainer enabler search record
ErrorsNULL_ARGUMENT offeringConstrainerEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(offeringConstrainerEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.