Interface ProgramQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector
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 completion requirements requisiteIdquery terms.Gets the completion requirements query terms.Gets the completion requirements requisite query terms.IdTerm[]Gets the course catalogIdquery terms.Gets the course catalog query terms.IdTerm[]Gets the credentialIdquery terms.Gets the credential query terms.IdTerm[]Gets the learning obectiveIdquery terms.Gets the learning obective query terms.Gets the bumber query terms.IdTerm[]Gets the parent programIdquery terms.Gets the parent program query terms.getProgramQueryInspectorRecord(Type programRecordType) Gets the program query inspector record corresponding to the givenProgramrecordType.IdTerm[]Gets the sponsorIdquery terms.Gets the sponsor query terms.IdTerm[]Gets the target audienceIdquery terms.Gets the target audience query terms.Gets the title 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 OsidOperableQueryInspector
getActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsModifier and TypeMethodDescriptionGets the active query terms.Gets the administratively disabled query terms.Gets the administratively enabled query terms.Gets the operational query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.
-
Method Details
-
getTitleTerms
StringTerm[] getTitleTerms()Gets the title query terms.- Returns:
- the title query terms
- Compliance:
mandatory- This method must be implemented.
-
getNumberTerms
StringTerm[] getNumberTerms()Gets the bumber query terms.- Returns:
- the number query terms
- Compliance:
mandatory- This method must be implemented.
-
getSponsorIdTerms
IdTerm[] getSponsorIdTerms()Gets the sponsorIdquery terms.- Returns:
- the sponsor
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getSponsorTerms
ResourceQueryInspector[] getSponsorTerms()Gets the sponsor query terms.- Returns:
- the sponsor query terms
- Compliance:
mandatory- This method must be implemented.
-
getParentProgramIdTerms
IdTerm[] getParentProgramIdTerms()Gets the parent programIdquery terms.- Returns:
- the program
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getParentProgramTerms
ProgramQueryInspector[] getParentProgramTerms()Gets the parent program query terms.- Returns:
- the obective query terms
- Compliance:
mandatory- This method must be implemented.
-
getLearningObjectiveIdTerms
IdTerm[] getLearningObjectiveIdTerms()Gets the learning obectiveIdquery terms.- Returns:
- the objective
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getLearningObjectiveTerms
ObjectiveQueryInspector[] getLearningObjectiveTerms()Gets the learning obective query terms.- Returns:
- the obective query terms
- Compliance:
mandatory- This method must be implemented.
-
getTargetAudienceIdTerms
IdTerm[] getTargetAudienceIdTerms()Gets the target audienceIdquery terms.- Returns:
- the target audience
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getTargetAudienceTerms
ResourceQueryInspector[] getTargetAudienceTerms()Gets the target audience query terms.- Returns:
- the target audience query terms
- Compliance:
mandatory- This method must be implemented.
-
getCompletionRequirementsInfoTerms
StringTerm[] getCompletionRequirementsInfoTerms()Gets the completion requirements query terms.- Returns:
- the prereq query terms
- Compliance:
mandatory- This method must be implemented.
-
getCompletionRequirementsIdTerms
IdTerm[] getCompletionRequirementsIdTerms()Gets the completion requirements requisiteIdquery terms.- Returns:
- the requisite
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getCompletionRequirementsTerms
RequisiteQueryInspector[] getCompletionRequirementsTerms()Gets the completion requirements requisite query terms.- Returns:
- the requisite query terms
- Compliance:
mandatory- This method must be implemented.
-
getCredentialIdTerms
IdTerm[] getCredentialIdTerms()Gets the credentialIdquery terms.- Returns:
- the grade system
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getCredentialTerms
CredentialQueryInspector[] getCredentialTerms()Gets the credential query terms.- Returns:
- the grade system terms
- Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogIdTerms
IdTerm[] getCourseCatalogIdTerms()Gets the course catalogIdquery terms.- Returns:
- the course catalog
Idquery terms - Compliance:
mandatory- This method must be implemented.
-
getCourseCatalogTerms
CourseCatalogQueryInspector[] getCourseCatalogTerms()Gets the course catalog query terms.- Returns:
- the course catalog query terms
- Compliance:
mandatory- This method must be implemented.
-
getProgramQueryInspectorRecord
ProgramQueryInspectorRecord getProgramQueryInspectorRecord(Type programRecordType) throws OperationFailedException Gets the program query inspector record corresponding to the givenProgramrecordType. Multiple record retrievals produce a nestedORterm.- Parameters:
programRecordType- a program record type- Returns:
- the program query inspector record
- Throws:
NullArgumentException-programRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(programRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-