OSID Logo
OSID Specifications
inventory package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.WarehouseQueryInspector
Implementsosid.OsidCatalogQueryInspector
Description

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.

MethodgetItemIdTerms
Description

Gets the item Id query terms.

Returnosid.search.terms.IdTerm[]the item Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetItemTerms
Description

Gets the item query terms.

Returnosid.inventory.ItemQueryInspector[]the item query terms
CompliancemandatoryThis method must be implemented.
MethodgetStockIdTerms
Description

Gets the stock Id query terms.

Returnosid.search.terms.IdTerm[]the stock Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetStockTerms
Description

Gets the stock query terms.

Returnosid.inventory.StockQueryInspector[]the stock query terms
CompliancemandatoryThis method must be implemented.
MethodgetModelIdTerms
Description

Gets the model Id query terms.

Returnosid.search.terms.IdTerm[]the model Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetModelTerms
Description

Gets the model query terms.

Returnosid.inventory.ModelQueryInspector[]the model query terms
CompliancemandatoryThis method must be implemented.
MethodgetInventoryIdTerms
Description

Gets the inventory Id query terms.

Returnosid.search.terms.IdTerm[]the inventory Id query terms
CompliancemandatoryThis method must be implemented.
MethodgetInventoryTerms
Description

Gets the inventory query terms.

Returnosid.inventory.InventoryQueryInspector[]the inventory query terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorWarehouseIdTerms
Description

Gets the ancestor warehouse Id query terms.

Returnosid.search.terms.IdTerm[]the ancestor warehouse Id terms
CompliancemandatoryThis method must be implemented.
MethodgetAncestorWarehouseTerms
Description

Gets the ancestor warehouse query terms.

Returnosid.inventory.WarehouseQueryInspector[]the ancestor warehouse terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantWarehouseIdTerms
Description

Gets the descendant warehouse Id query terms.

Returnosid.search.terms.IdTerm[]the descendant warehouse Id terms
CompliancemandatoryThis method must be implemented.
MethodgetDescendantWarehouseTerms
Description

Gets the descendant warehouse query terms.

Returnosid.inventory.WarehouseQueryInspector[]the descendant warehouse terms
CompliancemandatoryThis method must be implemented.
MethodgetWarehouseQueryInspectorRecord
Description

Gets the warehouse query inspector record corresponding to the given Warehouse record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypewarehouseRecordTypea warehouse record type
Returnosid.inventory.records.WarehouseQueryInspectorRecordthe warehouse query inspector record
ErrorsNULL_ARGUMENT warehouseRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(warehouseRecordType) is false
CompliancemandatoryThis method must be implemented.