| Interface | osid.learning.ObjectiveBankQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Description |
This is the query inspector for examining objective bank queries. | ||
| Method | getObjectiveIdTerms | ||
| Description |
Gets the objective | ||
| Return | osid.search.terms.IdTerm[] | the objective Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveTerms | ||
| Description |
Gets the objective query terms. | ||
| Return | osid.learning.ObjectiveQueryInspector[] | the objective terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityIdTerms | ||
| Description |
Gets the activity | ||
| Return | osid.search.terms.IdTerm[] | the activity Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityTerms | ||
| Description |
Gets the activity query terms. | ||
| Return | osid.learning.ActivityQueryInspector[] | the activity terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorObjectiveBankIdTerms | ||
| Description |
Gets the ancestor objective bank | ||
| Return | osid.search.terms.IdTerm[] | the ancestor objective bank Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorObjectiveBankTerms | ||
| Description |
Gets the ancestor objective bank query terms. | ||
| Return | osid.learning.ObjectiveBankQueryInspector[] | the ancestor objective bank terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantObjectiveBankIdTerms | ||
| Description |
Gets the descendant objective bank | ||
| Return | osid.search.terms.IdTerm[] | the descendant objective bank Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantObjectiveBankTerms | ||
| Description |
Gets the descendant objective bank query terms. | ||
| Return | osid.learning.ObjectiveBankQueryInspector[] | the descendant objective bank terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveBankQueryInspectorRecord | ||
| Description |
Gets the objective bank query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | objectiveBankRecordType | an objective bank record type |
| Return | osid.learning.records.ObjectiveBankQueryInspectorRecord | the objective bank query inspector record | |
| Errors | NULL_ARGUMENT | objectiveBankRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(objectiveBankRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |