OSID Logo
OSID Specifications
inventory shipment package
Version 3.1.0
Interfaceosid.inventory.shipment.ShipmentQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidAggregateableQueryInspector
Used Byosid.inventory.shipment.ShipmentSearchResults
osid.inventory.shipment.ShipmentSmartWarehouseSession
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.

Like all OsidQueryInspectors, ShipmentQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetSourceIdTerms
Description

Gets the resource Id query terms.

Returnosid.search.terms.IdTerm[] the resource Id query terms
Compliancemandatory This method must be implemented.
MethodgetSourceTerms
Description

Gets the resource query terms.

Returnosid.resource.ResourceQueryInspector[] the resource query terms
Compliancemandatory This method must be implemented.
MethodgetOrderIdTerms
Description

Gets the order Id query terms.

Returnosid.search.terms.IdTerm[] the order Id query terms
Compliancemandatory This method must be implemented.
MethodgetOrderTerms
Description

Gets the order query terms.

Returnosid.ordering.OrderQueryInspector[] the order query terms
Compliancemandatory This method must be implemented.
MethodgetDateTerms
Description

Gets the date terms.

Returnosid.search.terms.DateTimeRangeTerm[] the date terms
Compliancemandatory This method must be implemented.
MethodgetEntryIdTerms
Description

Gets the entry Id query terms.

Returnosid.search.terms.IdTerm[] the entry Id query terms
Compliancemandatory This method must be implemented.
MethodgetEntryTerms
Description

Gets the entry query terms.

Returnosid.inventory.shipment.EntryQueryInspector[] the entry query terms
Compliancemandatory This method must be implemented.
MethodgetWarehouseIdTerms
Description

Gets the warehouse Id query terms.

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

Gets the warehouse query terms.

Returnosid.inventory.WarehouseQueryInspector[] the warehouse query terms
Compliancemandatory This method must be implemented.
MethodgetShipmentQueryInspectorRecord
Description

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

Parametersosid.type.TypeshipmentRecordType a shipment record type
Returnosid.inventory.shipment.records.ShipmentQueryInspectorRecord the shipment query inspector record
ErrorsNULL_ARGUMENT shipmentRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(shipmentRecordType) is false
Compliancemandatory This method must be implemented.