public interface SyllabusQueryInspector extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
The inspector for examining syllabus queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getCourseCatalogIdTerms()
Gets the course catalog
Id terms. |
CourseCatalogQueryInspector[] |
getCourseCatalogTerms()
Gets the course catalog terms.
|
IdTerm[] |
getCourseIdTerms()
Gets the course
Id terms. |
CourseQueryInspector[] |
getCourseTerms()
Gets the course terms.
|
IdTerm[] |
getModuleIdTerms()
Gets the module
Id terms. |
ModuleQueryInspector[] |
getModuleTerms()
Gets the module terms.
|
SyllabusQueryInspectorRecord |
getSyllabusQueryInspectorRecord(Type syllabusRecordType)
Gets the syllabus query inspector record corresponding to the given
Syllabus record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getCourseIdTerms()
Id terms. Id termsmandatory - This method must be implemented. CourseQueryInspector[] getCourseTerms()
mandatory - This method must be implemented. IdTerm[] getModuleIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ModuleQueryInspector[] getModuleTerms()
mandatory - This method must be implemented. IdTerm[] getCourseCatalogIdTerms()
Id terms. Id termsmandatory - This method must be implemented. CourseCatalogQueryInspector[] getCourseCatalogTerms()
mandatory - This method must be implemented. SyllabusQueryInspectorRecord getSyllabusQueryInspectorRecord(Type syllabusRecordType) throws OperationFailedException
Syllabus record Type. syllabusRecordType - a syllabus record typeNullArgumentException - syllabusRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(syllabusRecordType) is false
mandatory - This method must be implemented.