Interface | osid.offering.rules.CanonicalUnitEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining canonical unit 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 | getCanonicalUnitEnablerQueryInspectorRecord | ||
Description |
Gets the canonical unit enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | canonicalUnitEnablerRecordType | a canonical unit enabler record type |
Return | osid.offering.rules.records.CanonicalUnitEnablerQueryInspectorRecord | the canonical unit enabler query inspector record | |
Errors | NULL_ARGUMENT | canonicalUnitEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(canonicalUnitEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |