public interface DictionaryQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining dictionary searches.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorDictionaryIdTerms()
Gets the ancestor dictionary
Id query terms. |
DictionaryQueryInspector[] |
getAncestorDictionaryTerms()
Gets the ancestor dictionary query terms.
|
IdTerm[] |
getDescendantDictionaryIdTerms()
Gets the descendant dictionary
Id query terms. |
DictionaryQueryInspector[] |
getDescendantDictionaryTerms()
Gets the descendant dictionary query terms.
|
DictionaryQueryInspectorRecord |
getDictionaryQueryInspectorRecord(Type dictionaryRecordType)
Gets the dictionary query inspector record corresponding to the given
Dictionary record Type. |
IdTerm[] |
getEntryIdTerms()
Gets the entry
Id query terms. |
EntryQueryInspector[] |
getEntryTerms()
Gets the entry query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getEntryIdTerms()
Id query terms.mandatory - This method must be implemented. EntryQueryInspector[] getEntryTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorDictionaryIdTerms()
Id query terms.mandatory - This method must be implemented. DictionaryQueryInspector[] getAncestorDictionaryTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantDictionaryIdTerms()
Id query terms.mandatory - This method must be implemented. DictionaryQueryInspector[] getDescendantDictionaryTerms()
mandatory - This method must be implemented. DictionaryQueryInspectorRecord getDictionaryQueryInspectorRecord(Type dictionaryRecordType) throws OperationFailedException
Dictionary record Type. dictionaryRecordType - a dictionary record typeNullArgumentException - dictionaryRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(dictionaryRecordType) is false
mandatory - This method must be implemented.