| Interface | osid.acknowledgement.CreditQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Used By | osid.OsidObjectQueryInspector | ||
osid.acknowledgement.BillingQueryInspector | |||
osid.acknowledgement.CreditSearchResults | |||
osid.acknowledgement.CreditSmartBillingSession | |||
| Description |
The query inspectors provide a means of accessing the
match terms of a query. These interfaces are used to examine
the actual query terms used in a search or that may be used to
create a smart catalog. Query inspectors may be converted to
| ||
| Method | getReferenceIdTerms | ||
| Description |
Gets the reference | ||
| Return | osid.search.terms.IdTerm[] | the reference Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceIdTerms | ||
| Description |
Gets the resource | ||
| Return | osid.search.terms.IdTerm[] | the resource Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceTerms | ||
| Description |
Gets the resource query terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the resource terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingIdTerms | ||
| Description |
Gets the billing | ||
| Return | osid.search.terms.IdTerm[] | the billing Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBillingTerms | ||
| Description |
Gets the billing query terms. | ||
| Return | osid.acknowledgement.BillingQueryInspector[] | the billing terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCreditQueryInspectorRecord | ||
| Description |
Gets the credit query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | creditRecordType | a credit record type |
| Return | osid.acknowledgement.records.CreditQueryInspectorRecord | the credit inspector query record | |
| Errors | NULL_ARGUMENT | creditRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(creditRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |