| Interface | osid.offering.rules.OfferingConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining offering constrainer enabler queries. | ||
| Method | getRuledOfferingConstrainerIdTerms | ||
| Description |
Gets the offering constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledOfferingConstrainerTerms | ||
| Description |
Gets the offering constrainer query terms. | ||
| Return | osid.offering.rules.OfferingConstrainerQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCatalogueIdTerms | ||
| Description |
Gets the catalogue | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCatalogueTerms | ||
| Description |
Gets the catalogue query terms. | ||
| Return | osid.offering.CatalogueQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the offering constrainer enabler query inspector
record corresponding to the given | ||
| Parameters | osid.type.Type | offeringConstrainerEnablerRecordType | an offering constrainer enabler record type |
| Return | osid.offering.rules.records.OfferingConstrainerEnablerQueryInspectorRecord | the offering constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | offeringConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(offeringConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |