Interface BrokerProcessorEnablerQueryInspector

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

public interface BrokerProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining broker processor enabler queries.

  • Method Details

    • getRuledBrokerProcessorIdTerms

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

      BrokerProcessorQueryInspector[] getRuledBrokerProcessorTerms()
      Gets the broker processor 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.
    • getBrokerProcessorEnablerQueryInspectorRecord

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