Interface SyllabusQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector
public interface SyllabusQueryInspector
extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
The inspector for examining syllabus queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the course catalogIdterms.Gets the course catalog terms.IdTerm[]Gets the courseIdterms.Gets the course terms.IdTerm[]Gets the moduleIdterms.Gets the module terms.getSyllabusQueryInspectorRecord(Type syllabusRecordType) Gets the syllabus query inspector record corresponding to the givenSyllabusrecordType.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.
-
Method Details
-
getCourseIdTerms
IdTerm[] getCourseIdTerms()Gets the courseIdterms.- Returns:
- the course
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCourseTerms
CourseQueryInspector[] getCourseTerms()Gets the course terms.- Returns:
- the course terms
- Compliance:
mandatory- This method must be implemented.
-
getModuleIdTerms
IdTerm[] getModuleIdTerms()Gets the moduleIdterms.- Returns:
- the module
Idterms - Compliance:
mandatory- This method must be implemented.
-
getModuleTerms
ModuleQueryInspector[] getModuleTerms()Gets the module terms.- Returns:
- the module terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogIdTerms
IdTerm[] getCourseCatalogIdTerms()Gets the course catalogIdterms.- Returns:
- the course catalog
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogTerms
CourseCatalogQueryInspector[] getCourseCatalogTerms()Gets the course catalog terms.- Returns:
- the course catalog terms
- Compliance:
mandatory- This method must be implemented.
-
getSyllabusQueryInspectorRecord
SyllabusQueryInspectorRecord getSyllabusQueryInspectorRecord(Type syllabusRecordType) throws OperationFailedException Gets the syllabus query inspector record corresponding to the givenSyllabusrecordType.- Parameters:
syllabusRecordType- a syllabus record type- Returns:
- the syllabus query inspector record
- Throws:
NullArgumentException-syllabusRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(syllabusRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-