public interface WarehouseQueryInspector extends OsidCatalogQueryInspector
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[] |
getAncestorWarehouseIdTerms()
Gets the ancestor warehouse
Id query terms. |
WarehouseQueryInspector[] |
getAncestorWarehouseTerms()
Gets the ancestor warehouse query terms.
|
IdTerm[] |
getDescendantWarehouseIdTerms()
Gets the descendant warehouse
Id query terms. |
WarehouseQueryInspector[] |
getDescendantWarehouseTerms()
Gets the descendant warehouse query terms.
|
IdTerm[] |
getInventoryIdTerms()
Gets the inventory
Id query terms. |
InventoryQueryInspector[] |
getInventoryTerms()
Gets the inventory query terms.
|
IdTerm[] |
getItemIdTerms()
Gets the item
Id query terms. |
ItemQueryInspector[] |
getItemTerms()
Gets the item query terms.
|
IdTerm[] |
getModelIdTerms()
Gets the model
Id query terms. |
ModelQueryInspector[] |
getModelTerms()
Gets the model query terms.
|
IdTerm[] |
getStockIdTerms()
Gets the stock
Id query terms. |
StockQueryInspector[] |
getStockTerms()
Gets the stock query terms.
|
WarehouseQueryInspectorRecord |
getWarehouseQueryInspectorRecord(Type warehouseRecordType)
Gets the warehouse query inspector record corresponding to the given
Warehouse record Type. |
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[] getItemIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. ItemQueryInspector[] getItemTerms()
mandatory - This method must be implemented. IdTerm[] getStockIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. StockQueryInspector[] getStockTerms()
mandatory - This method must be implemented. IdTerm[] getModelIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. ModelQueryInspector[] getModelTerms()
mandatory - This method must be implemented. IdTerm[] getInventoryIdTerms()
Id query terms. Id query termsmandatory - This method must be implemented. InventoryQueryInspector[] getInventoryTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorWarehouseIdTerms()
Id query terms. Id termsmandatory - This method must be implemented. WarehouseQueryInspector[] getAncestorWarehouseTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantWarehouseIdTerms()
Id query terms. Id termsmandatory - This method must be implemented. WarehouseQueryInspector[] getDescendantWarehouseTerms()
mandatory - This method must be implemented. WarehouseQueryInspectorRecord getWarehouseQueryInspectorRecord(Type warehouseRecordType) throws OperationFailedException
Warehouse record Type. Multiple record
retrievals produce a nested OR term.warehouseRecordType - a warehouse record typeNullArgumentException - warehouseRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(warehouseRecordType) is false
mandatory - This method must be implemented.