Interface BrokerConstrainerEnablerQueryInspector

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

public interface BrokerConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledBrokerConstrainerIdTerms

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

      BrokerConstrainerQueryInspector[] getRuledBrokerConstrainerTerms()
      Gets the broker constrainer 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.
    • getBrokerConstrainerEnablerQueryInspectorRecord

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