Interface QueueProcessorEnablerQueryInspector

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

public interface QueueProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledQueueProcessorIdTerms

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

      QueueProcessorQueryInspector[] getRuledQueueProcessorTerms()
      Gets the queue processor 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.
    • getQueueProcessorEnablerQueryInspectorRecord

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