Interface | osid.course.CourseQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidOperableQueryInspector | |||
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 | getTitleTerms | ||
Description |
Gets the title query terms. | ||
Return | osid.search.terms.StringTerm[] | the title query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getNumberTerms | ||
Description |
Gets the bumber query terms. | ||
Return | osid.search.terms.StringTerm[] | the number query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSponsorIdTerms | ||
Description |
Gets the sponsor | ||
Return | osid.search.terms.IdTerm[] | the sponsor Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSponsorTerms | ||
Description |
Gets the sponsor query terms. | ||
Return | osid.resource.ResourceQueryInspector[] | the sponsor query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreditAmountIdTerms | ||
Description |
Gets the grade system | ||
Return | osid.search.terms.IdTerm[] | the grade system Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreditAmountTerms | ||
Description |
Gets the grade system query terms. | ||
Return | osid.grading.GradeQueryInspector[] | the grade system query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPrerequisitesInfoTerms | ||
Description |
Gets the prerequisite query terms. | ||
Return | osid.search.terms.StringTerm[] | the prereq query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPrerequisitesIdTerms | ||
Description |
Gets the requisite | ||
Return | osid.search.terms.IdTerm[] | the requisite Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPrerequisitesTerms | ||
Description |
Gets the requisite query terms. | ||
Return | osid.course.requisite.RequisiteQueryInspector[] | the requisite query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLevelIdTerms | ||
Description |
Gets the grade level | ||
Return | osid.search.terms.IdTerm[] | the grade Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLevelTerms | ||
Description |
Gets the grade level query terms. | ||
Return | osid.grading.GradeQueryInspector[] | the grade query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradingOptionIdTerms | ||
Description |
Gets the grade system | ||
Return | osid.search.terms.IdTerm[] | the grade system Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradingOptionTerms | ||
Description |
Gets the grade system query terms. | ||
Return | osid.grading.GradeSystemQueryInspector[] | the grade system terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLearningObjectiveIdTerms | ||
Description |
Gets the objective | ||
Return | osid.search.terms.IdTerm[] | the objective Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLearningObjectiveTerms | ||
Description |
Gets the objective query terms. | ||
Return | osid.learning.ObjectiveQueryInspector[] | the objective query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityUnitIdTerms | ||
Description |
Gets the activity unit | ||
Return | osid.search.terms.IdTerm[] | the activity unit Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityUnitTerms | ||
Description |
Gets the activity unit query terms. | ||
Return | osid.course.ActivityUnitQueryInspector[] | the activity unit query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseOfferingIdTerms | ||
Description |
Gets the course offering | ||
Return | osid.search.terms.IdTerm[] | the course offering Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseOfferingTerms | ||
Description |
Gets the course offering query terms. | ||
Return | osid.course.CourseOfferingQueryInspector[] | the course offering query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseCatalogIdTerms | ||
Description |
Gets the course catalog | ||
Return | osid.search.terms.IdTerm[] | the course catalog Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseCatalogTerms | ||
Description |
Gets the course catalog query terms. | ||
Return | osid.course.CourseCatalogQueryInspector[] | the course catalog query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseQueryInspectorRecord | ||
Description |
Gets the course query inspector record corresponding to
the given | ||
Parameters | osid.type.Type | courseRecordType | a course record type |
Return | osid.course.records.CourseQueryInspectorRecord | the course query inspector record | |
Errors | NULL_ARGUMENT | courseRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(courseRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |