public interface ShipmentSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ShipmentQueryInspector |
getShipmentQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ShipmentList |
getShipments()
Gets the shipment list resulting from a search.
|
ShipmentSearchResultsRecord |
getShipmentSearchResultsRecord(Type shipmentSearchRecordType)
Gets the shipment search results record corresponding to the given
shipment search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeShipmentList getShipments()
IllegalStateException - the shipment list has already
been retrievedmandatory - This method must be implemented. ShipmentQueryInspector getShipmentQueryInspector()
mandatory - This method must be implemented. ShipmentSearchResultsRecord getShipmentSearchResultsRecord(Type shipmentSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.shipmentSearchRecordType - a shipment search record typeNullArgumentException - shipmentSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(shipmentSearchRecordType) is
false mandatory - This method must be implemented.