| Interface | osid.bidding.rules.AuctionProcessorQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidProcessorQueryInspector | ||
| Description |
This is the query inspector for examining auction processor 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 | getAuctionProcessorQueryInspectorRecord | ||
| Description |
Gets the auction processor query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | auctionProcessorRecordType | an auction processor record type |
| Return | osid.bidding.rules.records.AuctionProcessorQueryInspectorRecord | the auction processor query inspector record | |
| Errors | NULL_ARGUMENT | auctionProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(auctionProcessorRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |