public interface AntimatroidQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining antimatroid queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorAntimatroidIdTerms()
Gets the ancestor antimatroid
Id query terms. |
AntimatroidQueryInspector[] |
getAncestorAntimatroidTerms()
Gets the ancestor antimatroid query terms.
|
AntimatroidQueryInspectorRecord |
getAntimatroidQueryInspectorRecord(Type antimatroidRecordType)
Gets the antimatroid query inspector record corresponding to the given
Antimatroid record Type. |
IdTerm[] |
getChainIdTerms()
Gets the chain
Id query terms. |
ChainQueryInspector[] |
getChainTerms()
Gets the chain query terms.
|
IdTerm[] |
getDescendantAntimatroidIdTerms()
Gets the descendant antimatroid
Id query terms. |
AntimatroidQueryInspector[] |
getDescendantAntimatroidTerms()
Gets the descendant antimatroid 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[] getChainIdTerms()
Id query terms.mandatory - This method must be implemented. ChainQueryInspector[] getChainTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorAntimatroidIdTerms()
Id query terms.mandatory - This method must be implemented. AntimatroidQueryInspector[] getAncestorAntimatroidTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantAntimatroidIdTerms()
Id query terms.mandatory - This method must be implemented. AntimatroidQueryInspector[] getDescendantAntimatroidTerms()
mandatory - This method must be implemented. AntimatroidQueryInspectorRecord getAntimatroidQueryInspectorRecord(Type antimatroidRecordType) throws OperationFailedException
Antimatroid record Type. antimatroidRecordType - an antimatroid record typeNullArgumentException - antimatroidRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(antimatroidRecordType) is false
mandatory - This method must be implemented.