Interface AuctionConstrainerEnablerQueryInspector

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

public interface AuctionConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledAuctionConstrainerIdTerms

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

      AuctionConstrainerQueryInspector[] getRuledAuctionConstrainerTerms()
      Gets the auction constrainer 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.
    • getAuctionConstrainerEnablerQueryInspectorRecord

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