| Interface | osid.offering.rules.OfferingConstrainerSearchSession | ||
|---|---|---|---|
| Implements | osid.offering.rules.OfferingConstrainerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getOfferingConstrainerSearch | ||
| Description |
Gets an offering constrainer search. | ||
| Return | osid.offering.rules.OfferingConstrainerSearch | the offering constrainer search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainerSearchOrder | ||
| Description |
Gets an offering constrainer search order. The | ||
| Return | osid.offering.rules.OfferingConstrainerSearchOrder | the offering constrainer search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.offering.rules.OfferingConstrainerQuery | offeringConstrainerQuery | the offering constrainer query |
osid.offering.rules.OfferingConstrainerSearch | offeringConstrainerSearch | the offering constrainer search | |
| Return | osid.offering.rules.OfferingConstrainerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | offeringConstrainerQuery or offeringConstrainerSearch
is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | offeringConstrainerQuery or offeringConstrainerSearch
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainerQueryFromInspector | ||
| Description |
Gets an offering constrainer query from an inspector.
The inspector is available from an | ||
| Parameters | osid.offering.rules.OfferingConstrainerQueryInspector | offeringConstrainerQueryInspector | an offering constrainer query inspector |
| Return | osid.offering.rules.OfferingConstrainerQuery | the offering constrainer query | |
| Errors | NULL_ARGUMENT | offeringConstrainerQueryInspector is null | |
| UNSUPPORTED | offeringConstrainerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |