Interface AuctionConstrainerQueryInspector

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

public interface AuctionConstrainerQueryInspector extends OsidConstrainerQueryInspector

This is the query inspector for examining auction constrainer queries.

  • Method Details

    • getRuledAuctionIdTerms

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

      AuctionQueryInspector[] getRuledAuctionTerms()
      Gets the auction 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.
    • getAuctionConstrainerQueryInspectorRecord

      AuctionConstrainerQueryInspectorRecord getAuctionConstrainerQueryInspectorRecord(Type auctionConstrainerRecordType) throws OperationFailedException
      Gets the auction constrainer query inspector record corresponding to the given AuctionConstrainer record Type .
      Parameters:
      auctionConstrainerRecordType - an auction constrainer record type
      Returns:
      the auction constrainer query inspector record
      Throws:
      NullArgumentException - auctionConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auctionConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.