OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Interfaceosid.bidding.rules.AuctionProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
Used Byosid.bidding.rules.AuctionProcessorEnablerQueryInspector
osid.bidding.rules.AuctionProcessorSearchResults
osid.bidding.rules.AuctionProcessorSmartAuctionHouseSession
Description

This is the query inspector for examining auction processor queries.

MethodgetRuledAuctionIdTerms
Description

Gets the auction Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledAuctionTerms
Description

Gets the auction query terms.

Returnosid.bidding.AuctionQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionHouseIdTerms
Description

Gets the auction house Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionHouseTerms
Description

Gets the auction house query terms.

Returnosid.bidding.AuctionHouseQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAuctionProcessorQueryInspectorRecord
Description

Gets the auction processor query inspector record corresponding to the given AuctionProcessor record Type .

Parametersosid.type.TypeauctionProcessorRecordTypean auction processor record type
Returnosid.bidding.rules.records.AuctionProcessorQueryInspectorRecordthe auction processor query inspector record
ErrorsNULL_ARGUMENTauctionProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(auctionProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.