Interface QueueConstrainerEnablerQueryInspector

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

public interface QueueConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledQueueConstrainerIdTerms

      IdTerm[] getRuledQueueConstrainerIdTerms()
      Gets the queue constrainer Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledQueueConstrainerTerms

      QueueConstrainerQueryInspector[] getRuledQueueConstrainerTerms()
      Gets the queue 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.
    • getQueueConstrainerEnablerQueryInspectorRecord

      QueueConstrainerEnablerQueryInspectorRecord getQueueConstrainerEnablerQueryInspectorRecord(Type queueConstrainerEnablerRecordType) throws OperationFailedException
      Gets the queue constrainer enabler query inspector record corresponding to the given QueueEnabler record Type .
      Parameters:
      queueConstrainerEnablerRecordType - a queue constrainer enabler record type
      Returns:
      the queue constrainer enabler query inspector record
      Throws:
      NullArgumentException - queueConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(queueConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.