public interface CredentialQueryInspector extends OsidObjectQueryInspector
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.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getCourseCatalogIdTerms()
Gets the course catalog
Id query terms. |
CourseCatalogQueryInspector[] |
getCourseCatalogTerms()
Gets the course catalog query terms.
|
CredentialQueryInspectorRecord |
getCredentialQueryInspectorRecord(Type credentialRecordType)
Gets the credential query inspector record corresponding to the given
Credential record Type. |
DurationRangeTerm[] |
getLifetimeTerms()
Gets the lifetime query terms.
|
IdTerm[] |
getProgramIdTerms()
Gets the program
Id query terms. |
ProgramQueryInspector[] |
getProgramTerms()
Gets the program query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsDurationRangeTerm[] getLifetimeTerms()
mandatory - This method must be implemented. IdTerm[] getProgramIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. ProgramQueryInspector[] getProgramTerms()
mandatory - This method must be implemented. IdTerm[] getCourseCatalogIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. CourseCatalogQueryInspector[] getCourseCatalogTerms()
mandatory - This method must be implemented. CredentialQueryInspectorRecord getCredentialQueryInspectorRecord(Type credentialRecordType) throws OperationFailedException
Credential record Type. Multiple record
retrievals produce a nested OR term.credentialRecordType - a credential record typeNullArgumentException - credentialRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(credentialRecordType) is false
mandatory - This method must be implemented.