Interface PlanQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidRelationshipQueryInspector, OsidTemporalQueryInspector
The inspector for examining plan queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the course catalogIdterms.Gets the course catalog terms.IdTerm[]Gets the course offeringIdterms.Gets the course offering terms.IdTerm[]Gets the lessonIdterms.Gets the lesson terms.IdTerm[]Gets the moduleIdterms.Gets the module terms.getPlanQueryInspectorRecord(Type planRecordType) Gets the plan query inspector record corresponding to the givenPlanrecordType.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.Methods inherited from interface OsidRelationshipQueryInspector
getEndReasonIdTerms, getEndReasonTermsModifier and TypeMethodDescriptionIdTerm[]Gets the end reaosn stateIdquery terms.Gets the end reaosn state query terms.Methods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsModifier and TypeMethodDescriptionGets the date query terms.Gets the effective query terms.Gets the end date query terms.Gets the start date 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.
-
getCourseOfferingIdTerms
IdTerm[] getCourseOfferingIdTerms()Gets the course offeringIdterms.- Returns:
- the course offering
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCourseOfferingTerms
CourseOfferingQueryInspector[] getCourseOfferingTerms()Gets the course offering terms.- Returns:
- the course offering 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.
-
getLessonIdTerms
IdTerm[] getLessonIdTerms()Gets the lessonIdterms.- Returns:
- the lesson
Idterms - Compliance:
mandatory- This method must be implemented.
-
getLessonTerms
LessonQueryInspector[] getLessonTerms()Gets the lesson terms.- Returns:
- the lesson 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.
-
getPlanQueryInspectorRecord
PlanQueryInspectorRecord getPlanQueryInspectorRecord(Type planRecordType) throws OperationFailedException Gets the plan query inspector record corresponding to the givenPlanrecordType.- Parameters:
planRecordType- a plan record type- Returns:
- the plan query inspector record
- Throws:
NullArgumentException-planRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(planRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-