public interface HierarchyQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining hierarchy queries.
| Modifier and Type | Method and Description |
|---|---|
HierarchyQueryInspectorRecord |
getHierarchyQueryInspectorRecord(Type hierarchyRecordType)
Gets the hierarchy query inspector record corresponding to the given
Hierarchy record Type. |
IdTerm[] |
getNodeIdTerms()
Gets the node
Id 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[] getNodeIdTerms()
Id query terms.mandatory - This method must be implemented. HierarchyQueryInspectorRecord getHierarchyQueryInspectorRecord(Type hierarchyRecordType) throws OperationFailedException
Hierarchy record Type. hierarchyRecordType - a hierarchy record typeNullArgumentException - hierarchyRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(hierarchyRecordType) is false
mandatory - This method must be implemented.