Interface | osid.course.requisite.RequisiteQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRuleQueryInspector | ||
osid.OsidEnablerQueryInspector | |||
osid.OsidContainableQueryInspector | |||
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 | getRequisiteOptionIdTerms | ||
Description |
Gets the requisite option | ||
Return | osid.search.terms.IdTerm[] | the requisite Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequisiteOptionTerms | ||
Description |
Gets the requisite option query terms. | ||
Return | osid.course.requisite.RequisiteQueryInspector[] | the requisite query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourseIdTerms | ||
Description |
Gets the course | ||
Return | osid.search.terms.IdTerm[] | the course Id query 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 | getProgramIdTerms | ||
Description |
Gets the program | ||
Return | osid.search.terms.IdTerm[] | the program Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getProgramTerms | ||
Description |
Gets the program query terms. | ||
Return | osid.course.program.ProgramQueryInspector[] | the program terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCredentialIdTerms | ||
Description |
Gets the credential | ||
Return | osid.search.terms.IdTerm[] | the credential Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getCredentialTerms | ||
Description |
Gets the credential query terms. | ||
Return | osid.course.program.CredentialQueryInspector[] | the credential terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLearningObjectiveIdTerms | ||
Description |
Gets the learning objective | ||
Return | osid.search.terms.IdTerm[] | the learning objective Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLearningObjectiveTerms | ||
Description |
Gets the learning objective query terms. | ||
Return | osid.learning.ObjectiveQueryInspector[] | the learning objective terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentIdTerms | ||
Description |
Gets the assessment | ||
Return | osid.search.terms.IdTerm[] | the assessment Id query 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 | getAwardIdTerms | ||
Description |
Gets the award | ||
Return | osid.search.terms.IdTerm[] | the award Id query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAwardTerms | ||
Description |
Gets the award query terms. | ||
Return | osid.recognition.AwardQueryInspector[] | the award terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getContainingRequisiteIdTerms | ||
Description |
Gets the containing This method must be implemented.
| ||
Return | osid.search.terms.IdTerm[] | the This method must be implemented. Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getContainingRequisiteTerms | ||
Description |
Gets the containing This method must be implemented. terms. | ||
Return | osid.course.requisite.RequisiteQueryInspector[] | the requisite 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 | getRequisiteQueryInspectorRecord | ||
Description |
Gets the requisite query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | requisiteRecordType | a requisite record type |
Return | osid.course.requisite.records.RequisiteQueryInspectorRecord | the requisite query inspector record | |
Errors | NULL_ARGUMENT | requisiteRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(requisiteRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |