Interface CourseCatalogQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
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 OsidQuery interfaces for reuse or modification
in the search sessions.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the activityIdquery terms.Gets the activity query terms.IdTerm[]Gets the activity unitIdquery terms.Gets the activity unit query terms.IdTerm[]Gets the ancestor course catalogIdquery terms.Gets the ancestor course catalog query terms.getCourseCatalogQueryInspectorRecord(Type courseCatalogRecordType) Gets the course catalog query inspector record corresponding to the givenCourseCatalogrecordType.IdTerm[]Gets the courseIdquery terms.IdTerm[]Gets the course offeringIdquery terms.Gets the course offering query terms.Gets the course query terms.IdTerm[]Gets the descendant course catalogIdquery terms.Gets the descendant course catalog query terms.IdTerm[]Gets the termIdquery terms.Gets the term query 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 OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getCourseIdTerms
IdTerm[] getCourseIdTerms()Gets the courseIdquery terms.- Returns:
- the course
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getCourseTerms
CourseQueryInspector[] getCourseTerms()Gets the course query terms.- Returns:
- the course query terms
- Compliance:
mandatory- This method must be implemented.
-
getActivityUnitIdTerms
IdTerm[] getActivityUnitIdTerms()Gets the activity unitIdquery terms.- Returns:
- the activity unit
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getActivityUnitTerms
ActivityUnitQueryInspector[] getActivityUnitTerms()Gets the activity unit query terms.- Returns:
- the activity unit query terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseOfferingIdTerms
IdTerm[] getCourseOfferingIdTerms()Gets the course offeringIdquery terms.- Returns:
- the course offering
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getCourseOfferingTerms
CourseOfferingQueryInspector[] getCourseOfferingTerms()Gets the course offering query terms.- Returns:
- the course offering query terms
- Compliance:
mandatory- This method must be implemented.
-
getActivityIdTerms
IdTerm[] getActivityIdTerms()Gets the activityIdquery terms.- Returns:
- the activity
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getActivityTerms
ActivityQueryInspector[] getActivityTerms()Gets the activity query terms.- Returns:
- the activity query terms
- Compliance:
mandatory- This method must be implemented.
-
getTermIdTerms
IdTerm[] getTermIdTerms()Gets the termIdquery terms.- Returns:
- the term
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getTermTerms
TermQueryInspector[] getTermTerms()Gets the term query terms.- Returns:
- the term query terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorCourseCatalogIdTerms
IdTerm[] getAncestorCourseCatalogIdTerms()Gets the ancestor course catalogIdquery terms.- Returns:
- the ancestor course catalog
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorCourseCatalogTerms
CourseCatalogQueryInspector[] getAncestorCourseCatalogTerms()Gets the ancestor course catalog query terms.- Returns:
- the ancestor course catalog terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantCourseCatalogIdTerms
IdTerm[] getDescendantCourseCatalogIdTerms()Gets the descendant course catalogIdquery terms.- Returns:
- the descendant course catalog
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantCourseCatalogTerms
CourseCatalogQueryInspector[] getDescendantCourseCatalogTerms()Gets the descendant course catalog query terms.- Returns:
- the descendant course catalog terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogQueryInspectorRecord
CourseCatalogQueryInspectorRecord getCourseCatalogQueryInspectorRecord(Type courseCatalogRecordType) throws OperationFailedException Gets the course catalog query inspector record corresponding to the givenCourseCatalogrecordType. Multiple record retrievals produce a nestedORterm.- Parameters:
courseCatalogRecordType- a course catalog record type- Returns:
- the course catalog query inspector record
- Throws:
NullArgumentException-courseCatalogRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(courseCatalogRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-