OSID Logo
OSID Specifications
inventory package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.ItemQueryInspector
Implementsosid.OsidObjectQueryInspector
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.

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.
MethodgetPropertyTagTerms
Description

Gets the property tag query terms.

Returnosid.search.terms.StringTerm[]the property tag query terms
CompliancemandatoryThis method must be implemented.
MethodgetSerialNumberTerms
Description

Gets the serial number query terms.

Returnosid.search.terms.StringTerm[]the serial number query terms
CompliancemandatoryThis method must be implemented.
MethodgetLocationDescriptionTerms
Description

Gets the location description query terms.

Returnosid.search.terms.StringTerm[]the location description query terms
CompliancemandatoryThis method must be implemented.
MethodgetLocationIdTerms
Description

Gets the location Id query terms.

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

Gets the location query terms.

Returnosid.mapping.LocationQueryInspector[]the location query terms
CompliancemandatoryThis method must be implemented.
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.
MethodgetWarehouseIdTerms
Description

Gets the warehouse Id query terms.

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

Gets the warehouse query terms.

Returnosid.inventory.WarehouseQueryInspector[]the warehouse query terms
CompliancemandatoryThis method must be implemented.
MethodgetItemQueryInspectorRecord
Description

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

Parametersosid.type.TypeitemRecordTypean item record type
Returnosid.inventory.records.ItemQueryInspectorRecordthe item query inspector record
ErrorsNULL_ARGUMENT itemRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(itemRecordType) is false
CompliancemandatoryThis method must be implemented.