| Interface | osid.offering.rules.OfferingConstrainerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing offering constrainer searches. | ||
| Method | searchAmongOfferingConstrainers | ||
| Description |
Execute this search among the given list of offering constrainers. | ||
| Parameters | osid.id.IdList | offeringConstrainerIds | list of offering constrainers |
| Errors | NULL_ARGUMENT | offeringConstrainerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderOfferingConstrainerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.offering.rules.OfferingConstrainerSearchOrder | offeringConstrainerSearchOrder | offering constrainer search order |
| Errors | NULL_ARGUMENT | offeringConstrainerSearchOrder is null | |
| UNSUPPORTED | offeringConstrainerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainerSearchRecord | ||
| Description |
Gets the offering constrainer search record
corresponding to the given offering constrainer search
record | ||
| Parameters | osid.type.Type | offeringConstrainerSearchRecordType | an offering constrainer search record type |
| Return | osid.offering.rules.records.OfferingConstrainerSearchRecord | the offering constrainer search record | |
| Errors | NULL_ARGUMENT | offeringConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(offeringConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |