OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining auction processor enabler queries.

MethodgetRuledAuctionProcessorIdTerms
Description

Gets the auction processor Id query terms.

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

Gets the auction processor query terms.

Returnosid.bidding.rules.AuctionProcessorQueryInspector[]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.
MethodgetAuctionProcessorEnablerQueryInspectorRecord
Description

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

Parametersosid.type.TypeauctionProcessorEnablerRecordTypean auction processor enabler record type
Returnosid.bidding.rules.records.AuctionProcessorEnablerQueryInspectorRecordthe auction processor enabler query inspector record
ErrorsNULL_ARGUMENT auctionProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.