| Interface | osid.learning.ActivityQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Description |
This is the query inspector for examining activity 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 | getAssetIdTerms | ||
| Description |
Gets the asset | ||
| Return | osid.search.terms.IdTerm[] | the asset Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssetTerms | ||
| Description |
Gets the asset query terms. | ||
| Return | osid.repository.AssetQueryInspector[] | the asset terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseIdTerms | ||
| Description |
Gets the course | ||
| Return | osid.search.terms.IdTerm[] | the course Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseTerms | ||
| Description |
Gets the course query terms. | ||
| Return | osid.course.CourseQueryInspector[] | the course 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 | getObjectiveBankIdTerms | ||
| Description |
Gets the objective bank | ||
| Return | osid.search.terms.IdTerm[] | the objective bank Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObjectiveBankTerms | ||
| Description |
Gets the objective bank query terms. | ||
| Return | osid.learning.ObjectiveBankQueryInspector[] | the objective bank terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityQueryInspectorRecord | ||
| Description |
Gets the activity query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | activityRecordType | an activity record type |
| Return | osid.learning.records.ActivityQueryInspectorRecord | the activity query inspector record | |
| Errors | NULL_ARGUMENT | activityRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(activityRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |