OSID Logo
OSID Specifications
bidding rules package
Version 3.1.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
Compliancemandatory This method must be implemented.
MethodgetRuledAuctionTerms
Description

Gets the auction query terms.

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

Gets the auction house Id query terms.

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

Gets the auction house query terms.

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

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

Parametersosid.type.TypeauctionProcessorRecordType an auction processor record type
Returnosid.bidding.rules.records.AuctionProcessorQueryInspectorRecord the auction processor query inspector record
ErrorsNULL_ARGUMENT auctionProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auctionProcessorRecordType) is false
Compliancemandatory This method must be implemented.