OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionProcessorQueryInspector
Implementsosid.OsidProcessorQueryInspector
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_ARGUMENT auctionProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.