Interface QueueProcessorQueryInspector

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

public interface QueueProcessorQueryInspector extends OsidProcessorQueryInspector

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

      QueueProcessorQueryInspectorRecord getQueueProcessorQueryInspectorRecord(Type queueProcessorRecordType) throws OperationFailedException
      Gets the queue processor query inspector record corresponding to the given QueueProcessor record Type .
      Parameters:
      queueProcessorRecordType - a queue processor record type
      Returns:
      the queue processor query inspector record
      Throws:
      NullArgumentException - queueProcessorRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(queueProcessorRecordType) is false
      Compliance:
      mandatory - This method must be implemented.