| Interface | osid.course.syllabus.DocetQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRelationshipQueryInspector | ||
| Description |
This is the query inspector for searching for docets. Each
method specifies an | ||
| Method | getModuleIdTerms | ||
| Description |
Gets the module | ||
| Return | osid.search.terms.IdTerm[] | the module Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getModuleTerms | ||
| Description |
Gets the module terms. | ||
| Return | osid.course.syllabus.ModuleQueryInspector[] | the module terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityUnitIdTerms | ||
| Description |
Gets the activity unit | ||
| Return | osid.search.terms.IdTerm[] | the activity unit Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityUnitTerms | ||
| Description |
Gets the activity unit terms. | ||
| Return | osid.course.ActivityUnitQueryInspector[] | the activity unit terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLearningObjectiveIdTerms | ||
| Description |
Gets the objective | ||
| Return | osid.search.terms.IdTerm[] | the objective Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLearningObjectiveTerms | ||
| Description |
Gets the objective query terms. | ||
| Return | osid.learning.ObjectiveQueryInspector[] | the objective terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInClassTerms | ||
| Description |
Gets the in class query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the in class query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDurationTerms | ||
| Description |
Gets the duration query terms. | ||
| Return | osid.search.terms.DurationRangeTerm[] | the duration query 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 | getAssessmentIdTerms | ||
| Description |
Gets the asset | ||
| Return | osid.search.terms.IdTerm[] | the asset Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentTerms | ||
| Description |
Gets the asset query terms. | ||
| Return | osid.repository.AssetQueryInspector[] | the asset terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogIdTerms | ||
| Description |
Gets the course catalog | ||
| Return | osid.search.terms.IdTerm[] | the course catalog Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseCatalogTerms | ||
| Description |
Gets the course catalog terms. | ||
| Return | osid.course.CourseCatalogQueryInspector[] | the course catalog terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDocetQueryInspectorRecord | ||
| Description |
Gets the query inspector record corresponding to the
given | ||
| Parameters | osid.type.Type | docetRecordType | a docet record type |
| Return | osid.course.syllabus.records.DocetQueryInspectorRecord | the docet query inspector record | |
| Errors | NULL_ARGUMENT | docetRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(docetRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |