OSID Logo
OSID Specifications
bidding rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.bidding.rules.AuctionProcessor
Implementsosid.OsidProcessor
Description

An AuctionProcessor describes the rules for running an auction.

MethodgetAuctionProcessorRecord
Description

Gets the auction processor record corresponding to the given AuctionProcessor record Type. This method is used to retrieve an object implementing the requested record. The auctionRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(auctionRecordType) is true .

Parametersosid.type.TypeauctionProcessorRecordTypethe type of auction processor record to retrieve
Returnosid.bidding.rules.records.AuctionProcessorRecordthe auction processor record
ErrorsNULL_ARGUMENT auctionProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auctionProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.