Interface | osid.assessment.BankQueryInspector | ||
---|---|---|---|
Implements | osid.OsidCatalogQueryInspector | ||
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 | getItemIdTerms | ||
Description |
Gets the item | ||
Return | osid.search.terms.IdTerm[] | the item Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getItemTerms | ||
Description |
Gets the item query terms. | ||
Return | osid.assessment.ItemQueryInspector[] | the item query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentIdTerms | ||
Description |
Gets the assessment | ||
Return | osid.search.terms.IdTerm[] | the assessment Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentTerms | ||
Description |
Gets the assessment query terms. | ||
Return | osid.assessment.AssessmentQueryInspector[] | the assessment terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentOfferedIdTerms | ||
Description |
Gets the assessment offered | ||
Return | osid.search.terms.IdTerm[] | the assessment offered Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentOfferedTerms | ||
Description |
Gets the assessment offered query terms. | ||
Return | osid.assessment.AssessmentOfferedQueryInspector[] | the assessment offered terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorBankIdTerms | ||
Description |
Gets the ancestor bank | ||
Return | osid.search.terms.IdTerm[] | the ancestor bank Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAncestorBankTerms | ||
Description |
Gets the ancestor bank query terms. | ||
Return | osid.assessment.BankQueryInspector[] | the ancestor bank terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantBankIdTerms | ||
Description |
Gets the descendant bank | ||
Return | osid.search.terms.IdTerm[] | the descendant bank Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDescendantBankTerms | ||
Description |
Gets the descendant bank query terms. | ||
Return | osid.assessment.BankQueryInspector[] | the descendant bank terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getBankQueryInspectorRecord | ||
Description |
Gets the bank query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | bankRecordType | a bank record type |
Return | osid.assessment.records.BankQueryInspectorRecord | the bank query inspector record | |
Errors | NULL_ARGUMENT | bankRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(bankRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |