OSID Logo
OSID Specifications
inventory shipment package
Version 3.1.0
Interfaceosid.inventory.shipment.ShipmentSearch
Implementsosid.OsidSearch
Used Byosid.inventory.shipment.ShipmentSearchSession
Description

The search interface for governing shipment searches.

MethodsearchAmongShipments
Description

Execute this search among the given list of shipments.

Parametersosid.id.IdListshipmentIds list of shipments
ErrorsNULL_ARGUMENT shipmentIds is null
Compliancemandatory This method must be implemented.
MethodorderShipmentResults
Description

Specify an ordering to the search results.

Parametersosid.inventory.shipment.ShipmentSearchOrdershipmentSearchOrder shipment search order
ErrorsNULL_ARGUMENT shipmentSearchOrder is null
UNSUPPORTED shipmentSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetShipmentSearchRecord
Description

Gets the shipment search record corresponding to the given shipment search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeshipmentSearchRecordType a shipment search record type
Returnosid.inventory.shipment.records.ShipmentSearchRecord the shipment search record
ErrorsNULL_ARGUMENT shipmentSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(shipmentSearchRecordType) is false
Compliancemandatory This method must be implemented.