Interface BrokerConstrainerQueryInspector

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

public interface BrokerConstrainerQueryInspector extends OsidConstrainerQueryInspector

This is the query inspector for examining broker constrainer queries.

  • Method Details

    • getRuledBrokerIdTerms

      IdTerm[] getRuledBrokerIdTerms()
      Gets the broker Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledBrokerTerms

      BrokerQueryInspector[] getRuledBrokerTerms()
      Gets the broker query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDistributorIdTerms

      IdTerm[] getDistributorIdTerms()
      Gets the distributor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDistributorTerms

      DistributorQueryInspector[] getDistributorTerms()
      Gets the distributor query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerConstrainerQueryInspectorRecord

      BrokerConstrainerQueryInspectorRecord getBrokerConstrainerQueryInspectorRecord(Type brokerConstrainerRecordType) throws OperationFailedException
      Gets the broker constrainer query inspector record corresponding to the given BrokerConstrainer record Type .
      Parameters:
      brokerConstrainerRecordType - a broker constrainer record type
      Returns:
      the broker constrainer query inspector record
      Throws:
      NullArgumentException - brokerConstraineRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(brokerConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.