public interface ItemQueryInspector 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[] |
getItemIdTerms()
Gets the item
Id query terms. |
ItemQueryInspectorRecord |
getItemQueryInspectorRecord(Type itemRecordType)
Gets the item query inspector record corresponding to the given
Item record Type. |
ItemQueryInspector[] |
getItemTerms()
Gets the item query terms.
|
StringTerm[] |
getLocationDescriptionTerms()
Gets the location description query terms.
|
IdTerm[] |
getLocationIdTerms()
Gets the location
Id query terms. |
LocationQueryInspector[] |
getLocationTerms()
Gets the location query terms.
|
StringTerm[] |
getPropertyTagTerms()
Gets the property tag query terms.
|
StringTerm[] |
getSerialNumberTerms()
Gets the serial number query terms.
|
IdTerm[] |
getStockIdTerms()
Gets the stock
Id query terms. |
StockQueryInspector[] |
getStockTerms()
Gets the stock query terms.
|
IdTerm[] |
getWarehouseIdTerms()
Gets the warehouse
Id query terms. |
WarehouseQueryInspector[] |
getWarehouseTerms()
Gets the warehouse query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getStockIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. StockQueryInspector[] getStockTerms()
mandatory - This method must be implemented. StringTerm[] getPropertyTagTerms()
mandatory - This method must be implemented. StringTerm[] getSerialNumberTerms()
mandatory - This method must be implemented. StringTerm[] getLocationDescriptionTerms()
mandatory - This method must be implemented. IdTerm[] getLocationIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. LocationQueryInspector[] getLocationTerms()
mandatory - This method must be implemented. IdTerm[] getItemIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. ItemQueryInspector[] getItemTerms()
mandatory - This method must be implemented. IdTerm[] getWarehouseIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. WarehouseQueryInspector[] getWarehouseTerms()
mandatory - This method must be implemented. ItemQueryInspectorRecord getItemQueryInspectorRecord(Type itemRecordType) throws OperationFailedException
Item record Type. Multiple record retrievals
produce a nested OR term.itemRecordType - an item record typeNullArgumentException - itemRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(itemRecordType) is false mandatory - This method must be implemented.