public interface BinQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining bin queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorBinIdTerms()
Gets the ancestor bin
Id query terms. |
BinQueryInspector[] |
getAncestorBinTerms()
Gets the ancestor bin query terms.
|
BinQueryInspectorRecord |
getBinQueryInspectorRecord(Type binRecordType)
Gets the bin query inspector record corresponding to the given
Bin record Type. |
IdTerm[] |
getDescendantBinIdTerms()
Gets the descendant bin
Id query terms. |
BinQueryInspector[] |
getDescendantBinTerms()
Gets the descendant bin query terms.
|
IdTerm[] |
getResourceIdTerms()
Gets the resource
Id query terms. |
ResourceQueryInspector[] |
getResourceTerms()
Gets the resource 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[] getResourceIdTerms()
Id query terms.mandatory - This method must be implemented. ResourceQueryInspector[] getResourceTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorBinIdTerms()
Id query terms.mandatory - This method must be implemented. BinQueryInspector[] getAncestorBinTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantBinIdTerms()
Id query terms.mandatory - This method must be implemented. BinQueryInspector[] getDescendantBinTerms()
mandatory - This method must be implemented. BinQueryInspectorRecord getBinQueryInspectorRecord(Type binRecordType) throws OperationFailedException
Bin record Type. binRecordType - a bin record typeNullArgumentException - binRecordType is
null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(binRecordType) is false mandatory - This method must be implemented.