Interface QueueEnablerQueryInspector

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

public interface QueueEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining queue enabler queries.

  • Method Details

    • getRuledQueueIdTerms

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

      QueueQueryInspector[] getRuledQueueTerms()
      Gets the queue query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFrontOfficeIdTerms

      IdTerm[] getFrontOfficeIdTerms()
      Gets the front office Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getFrontOfficeTerms

      FrontOfficeQueryInspector[] getFrontOfficeTerms()
      Gets the front office query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getQueueEnablerQueryInspectorRecord

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