public interface OrderSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OrderQueryInspector |
getOrderQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
OrderList |
getOrders()
Gets the order list resulting from a search.
|
OrderSearchResultsRecord |
getOrderSearchResultsRecord(Type orderSearchRecordType)
Gets the order search results record corresponding to the given order
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOrderList getOrders()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. OrderQueryInspector getOrderQueryInspector()
mandatory - This method must be implemented. OrderSearchResultsRecord getOrderSearchResultsRecord(Type orderSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.orderSearchRecordType - a order search record typeNullArgumentException - orderSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(orderSearchRecordType) is false
mandatory - This method must be implemented.