Interface | osid.offering.rules.CanonicalUnitProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining canonical unit processor enabler queries. | ||
Method | getRuledCanonicalUnitProcessorIdTerms | ||
Description |
Gets the canonical unit processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledCanonicalUnitProcessorTerms | ||
Description |
Gets the canonical unit processor query terms. | ||
Return | osid.offering.rules.CanonicalUnitProcessorQueryInspector[] | 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 | getCanonicalUnitProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the canonical unit processor enabler query
inspector record corresponding to the given | ||
Parameters | osid.type.Type | canonicalUnitProcessorEnablerRecordType | a canonical unit processor enabler record type |
Return | osid.offering.rules.records.CanonicalUnitProcessorEnablerQueryInspectorRecord | the canonical unit processor enabler query inspector record | |
Errors | NULL_ARGUMENT | canonicalUnitProcessorEnablerRecordType is null
| |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(canonicalUnitProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |