Interface QueueConstrainerQueryInspector

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

public interface QueueConstrainerQueryInspector extends OsidConstrainerQueryInspector

This is the query inspector for examining queue constrainer 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.
    • getQueueConstrainerQueryInspectorRecord

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