Interface ModuleQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector
public interface ModuleQueryInspector
extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
The inspector for examining module queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the course catalogIdterms.Gets the course catalog terms.IdTerm[]Gets the docetIdterms.Gets the docet terms.getModuleQueryInspectorRecord(Type moduleRecordType) Gets the module query inspector record corresponding to the givenModulerecordType.IdTerm[]Gets the syllabusIdterms.Gets the syllabus terms.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
-
getSyllabusIdTerms
IdTerm[] getSyllabusIdTerms()Gets the syllabusIdterms.- Returns:
- the syllabus
Idterms - Compliance:
mandatory- This method must be implemented.
-
getSyllabusTerms
SyllabusQueryInspector[] getSyllabusTerms()Gets the syllabus terms.- Returns:
- the syllabus terms
- Compliance:
mandatory- This method must be implemented.
-
getDocetIdTerms
IdTerm[] getDocetIdTerms()Gets the docetIdterms.- Returns:
- the docet
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDocetTerms
DocetQueryInspector[] getDocetTerms()Gets the docet terms.- Returns:
- the docet 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.
-
getModuleQueryInspectorRecord
ModuleQueryInspectorRecord getModuleQueryInspectorRecord(Type moduleRecordType) throws OperationFailedException Gets the module query inspector record corresponding to the givenModulerecordType.- Parameters:
moduleRecordType- a module record type- Returns:
- the module query inspector record
- Throws:
NullArgumentException-moduleRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(moduleRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-