| Interface | osid.bidding.rules.AuctionConstrainerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerQueryInspector | ||
| Description | 
                 This is the query inspector for examining auction constrainer queries.  | ||
| Method | getRuledAuctionIdTerms | ||
| Description | 
                     Gets the auction   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledAuctionTerms | ||
| Description | 
                     Gets the auction query terms.  | ||
| Return | osid.bidding.AuctionQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouseIdTerms | ||
| Description | 
                     Gets the auction house   | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionHouseTerms | ||
| Description | 
                     Gets the auction house query terms.  | ||
| Return | osid.bidding.AuctionHouseQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuctionConstrainerQueryInspectorRecord | ||
| Description | 
                     Gets the auction constrainer query inspector record 
                    corresponding to the given   | ||
| Parameters | osid.type.Type | auctionConstrainerRecordType | an auction constrainer record type | 
| Return | osid.bidding.rules.records.AuctionConstrainerQueryInspectorRecord | the auction constrainer query inspector record | |
| Errors | NULL_ARGUMENT |  auctionConstrainerRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(auctionConstrainerRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |