Interface BrokerEnablerQueryInspector

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

public interface BrokerEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining broker enabler 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.
    • getBrokerEnablerQueryInspectorRecord

      BrokerEnablerQueryInspectorRecord getBrokerEnablerQueryInspectorRecord(Type brokerEnablerRecordType) throws OperationFailedException
      Gets the broker enabler query inspector record corresponding to the given BrokerEnabler record Type .
      Parameters:
      brokerEnablerRecordType - a broker enabler record type
      Returns:
      the broker enabler query inspector record
      Throws:
      NullArgumentException - brokerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(brokerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.