| Interface | osid.offering.rules.OfferingConstrainerEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getOfferingConstrainerEnablers | ||
| Description |
Gets the | ||
| Return | osid.offering.rules.OfferingConstrainerEnablerList | the offering constrainer enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainerEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.offering.rules.OfferingConstrainerEnablerQueryInspector | the offering constrainer enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainerEnablerSearchResultsRecord | ||
| Description |
Gets the offering constrainer enabler search results
record corresponding to the given offering constrainer
enabler search record | ||
| Parameters | osid.type.Type | offeringConstrainerEnablerSearchRecordType | an offering constrainer enabler search record type |
| Return | osid.offering.rules.records.OfferingConstrainerEnablerSearchResultsRecord | the offering constrainer enabler search results record | |
| Errors | NULL_ARGUMENT | offeringConstrainerEnablerSearchRecordType is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(offeringConstrainerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |