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

MethodgetSourceIdTerms
Description

Gets the resource Id query terms.

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

Gets the resource query terms.

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

Gets the order Id query terms.

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

Gets the order query terms.

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

Gets the date terms.

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

Gets the entry Id query terms.

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

Gets the entry query terms.

Returnosid.inventory.shipment.EntryQueryInspector[]the entry 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.
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.TypeshipmentRecordTypea shipment record type
Returnosid.inventory.shipment.records.ShipmentQueryInspectorRecordthe shipment query inspector record
ErrorsNULL_ARGUMENT shipmentRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(shipmentRecordType) is false
CompliancemandatoryThis method must be implemented.