Interface BidEnablerQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector

public interface BidEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining bid enabler queries.

  • Method Details

    • getRuledBidIdTerms

      IdTerm[] getRuledBidIdTerms()
      Gets the bid Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledBidTerms

      BidQueryInspector[] getRuledBidTerms()
      Gets the bid query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAuctionHouseIdTerms

      IdTerm[] getAuctionHouseIdTerms()
      Gets the auction house Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAuctionHouseTerms

      AuctionHouseQueryInspector[] getAuctionHouseTerms()
      Gets the auction house query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBidEnablerQueryInspectorRecord

      BidEnablerQueryInspectorRecord getBidEnablerQueryInspectorRecord(Type bidEnablerRecordType) throws OperationFailedException
      Gets the bid enabler query inspector record corresponding to the given BidEnabler record Type .
      Parameters:
      bidEnablerRecordType - a bid enabler record type
      Returns:
      the bid enabler query inspector record
      Throws:
      NullArgumentException - bidEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(bidEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.