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

MethodgetManufacturerIdTerms
Description

Gets the manufacturer Id query terms.

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

Gets the manufacturer query terms.

Returnosid.resource.ResourceQueryInspector[]the resource query terms
CompliancemandatoryThis method must be implemented.
MethodgetArchetypeTerms
Description

Gets the archetype query terms.

Returnosid.search.terms.StringTerm[]the archetype query terms
CompliancemandatoryThis method must be implemented.
MethodgetNumberTerms
Description

Gets the model number query terms.

Returnosid.search.terms.StringTerm[]the model number 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.
MethodgetModelQueryInspectorRecord
Description

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

Parametersosid.type.TypemodelRecordTypea model record type
Returnosid.inventory.records.ModelQueryInspectorRecordthe model query inspector record
ErrorsNULL_ARGUMENT modelRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(modelRecordType) is false
CompliancemandatoryThis method must be implemented.